octoblu / meshblu

Meshblu is a cross-protocol IoT machine-to-machine messaging system.
https://meshblu.readme.io/
MIT License
815 stars 182 forks source link

Use Primus or Primus.io for websocket transport #3

Closed cayasso closed 10 years ago

cayasso commented 10 years ago

@chrismatthieu I love your project, congratulations for always having these great ideas on and for the web.

Have you thought on using primus (for lower level) or primus.io (for higher level like socket.io type) so you can use your own transport (transformer) ws, engine.io, socket.io, browserchannel, sock.js I find this being very beneficial for developers, what do you think?

octoblu commented 10 years ago

Thanks for your kind words! Primus looks pretty cool. Wish that we would have known about this project sooner. We currently support websockets, rest apis, mqtt, and more protocols on the way. We'll need to assess the work required to switch and add protocols or use primus for just websockets etc.

We'll take a closer look...