<html>
<body>
<center>
<h1> Demo to invoke a REST service through node.js</h1>
<form action="http://localhost:7000">
Enter Book Name <input type=text name="bookName"><br>
<input type=submit value="Invoke REST service">
</form>
</center>
</body>
</html>