The NodeJS Master Class Homework Assignment #1
The server listens on port 3000, it will send back {'message' : 'Hello world'} to anybody who posts to the route "hello"
I've used ES6.
I realize the "end" event for the request do not occure if I don't listen for the "data" event. Is this normal behaviour?