pyramid_sockjs icon indicating copy to clipboard operation
pyramid_sockjs copied to clipboard

Results 2 pyramid_sockjs issues
Sort by recently updated
recently updated
newest added

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...

Hi, How can I store online users in my database with the chat example? I can access the current user object but can't persist changes to it. Using transaction.commit() after...