Hi,
When using with node 7.1.0, I'm getting the following warning:
Listening on port 9000 (http://localhost:9000)
(node:1) DeprecationWarning: Using Buffer without `new` will soon stop working. Use `new Buffer()`, or preferably `Buffer.from()`, `Buffer.allocUnsafe()` or `Buffer.alloc()` instead.