rabbitmq / rabbitmq-web-stomp

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

Support cowboy2. Drop support for SockJS. #79

Closed hairyhum closed 7 years ago

hairyhum commented 7 years ago

STOMP processor uses socket, which is not retrievable from request object. We use custom protocol and middleware to transfer it to the web stomp handler Add tests for https connection.

Part of rabbitmq/rabbitmq-web-dispatch#30

[#151681379]