mqttjs / mqtt-server

Simple API to build your own MQTT server on top of it.
Other
104 stars 31 forks source link

implemented with create-server-stream module #3

Closed 256dpi closed 9 years ago

mcollina commented 9 years ago

We are loosing some functionality here, as we might not want to start all those interfaces at the same time. People wants to chose. Moreover, attachServer for WS is really useful if we want to embed it in another HTTP server.

256dpi commented 9 years ago

Ok the module now only extends create-stream-server to wrap the connection and check for the emitEvents option. I guess thats very open and simple. :)

mcollina commented 9 years ago

Superb! :+1: LGTM