Start node server.js and send some POST data to localhost:8000, ie:
curl -X POST -H "Content-Type: application/json" -d '{"message":"hello nodecasts.org"}' http://localhost:8000/message
or
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d "message=Hello from using html form" http://localhost:8000/message
or click here to send an Ajax request
Messages: