It seems that the network (http) events emitted by the Tessel http module are highly inconsistent with the Node.js behaviour and documentation.
For example, I don't seem to be getting any 'connection', 'end', 'finish', or listen (after sucessfully starting to listen on a port) events.
Are these bugs, or am I doing something wrong? Or does the tessel http module not aim to replicate the Node.js http module?