Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stomp-websocket over sockjs-tornado #80

Open
charyorde opened this issue Mar 8, 2015 · 0 comments
Open

stomp-websocket over sockjs-tornado #80

charyorde opened this issue Mar 8, 2015 · 0 comments

Comments

@charyorde
Copy link

For example, I can do something like this: stomp-websocket over sockjs-node

var Stomp = require('stompjs')
var SockJS = require('sockjs-client')
var client = Stomp.over(new SockJS('http://localhost:8081/stompendpoint'));

Using a compatible python stomp client like stompy or any other as seen at http://stomp.github.io/implementations.html, can we achieve, stomp-websocket over sockjs-tornado?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant