A RESTful JSON API that listens on a port of your choice and when someone post anything to the route/hello, you return a welcome mesage in JSON format.
Start server in terminal: node index.js 
http://localhost:3000/hello Result 1 
http://localhost:3000/x Result 2 