rabbitmq / rabbitmq-web-mqtt

Provides support for MQTT over WebSockets
Other
55 stars 16 forks source link

Port Web STOMP examples to Web MQTT #1

Closed michaelklishin closed 8 years ago

michaelklishin commented 8 years ago

Just as a way for us to sanity check the plugin and its compatibility with JavaScript client libraries.

essen commented 8 years ago

Pushed something at https://github.com/rabbitmq/rabbitmq-web-mqtt-examples

I do not see a way to do temporary queues with the MQTT client, at least nothing involving a reply-to header or similar. So I left out this example for the moment. The normal text example and the bunny are however working.

I did not add the license for the client. It seems to be dual licensed (eclipse public/distribution licenses) and I'm not sure what to do about that.

Otherwise works well enough that I can remove the example from the Web-MQTT repo itself.

Note that I did not test over SSL yet. I will later today or tomorrow morning.

essen commented 8 years ago

I have removed the example from this repo. All that's left is testing over SSL.

essen commented 8 years ago

Should be good.

michaelklishin commented 8 years ago

Thank you. I'll close this, QA the examples repo and perhaps ask for user feedback (as in, announce).