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

Is this a WAMP router? #1

Open
PlkMarudny opened this issue Jan 21, 2018 · 2 comments
Open

Is this a WAMP router? #1

PlkMarudny opened this issue Jan 21, 2018 · 2 comments

Comments

@PlkMarudny
Copy link

No description provided.

@ivahaev
Copy link
Member

ivahaev commented Jan 23, 2018

This is not a router, just extended implementation of WAMP v1 protocol. You can create your own router based on this package.

It's implement both client and server as well and should be compatible with WAMP.

@PlkMarudny
Copy link
Author

PlkMarudny commented Jan 23, 2018

After checking it, I found that it is incompatible with autobahn.js from crossbar.io, and the apparent reason is golang.org/x/net/websocket library used. github.com/gorilla/websocket seems to a solution, at least this is what I found over internet.

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

2 participants