rabbitmq / rabbitmq-web-stomp

Provides support for STOMP over WebSockets
Other
89 stars 26 forks source link

Rewrite of Web-STOMP #96

Closed essen closed 6 years ago

essen commented 6 years ago

This has two goals: simplify the code by making the SockJS stuff truly gone, and make it closer to Web-MQTT.

essen commented 6 years ago

An open question is whether we should enable hibernate by default for Web-STOMP. It's enabled by default for Web-MQTT.