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

multiplexing channels #29

Open
espretto opened this issue Oct 6, 2014 · 1 comment
Open

multiplexing channels #29

espretto opened this issue Oct 6, 2014 · 1 comment

Comments

@espretto
Copy link

espretto commented Oct 6, 2014

are you planning to implement channels to which one can un-/subscribe similar to "rooms"? or is it that setting up multiple sockjs-routes will do just that? i need some way to namespace sessions in order to filter them prior to broadcasting messages. if i were to fork/pr pyramid_sockjs where would i start to implement this?

@fafhrd91
Copy link
Owner

fafhrd91 commented Oct 6, 2014

sockjs is just transport layer, it does not implement concept of rooms and subscriptions (at least it was like that when i developed pyramid_sockjs) so rooms and subscriptions are application level logic, i don't think you need to modify pyramid_sockjs to implement that logic.
i'm not planing to do any development on pyramid_sockjs, but i'm happy to give anyone access to repo.

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