You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it's integrated with starlette for now, it's just a test and the implementation need to be reviewed to have loose coupling and reusable components.
Also feedback about the implementation will be appreciated.
Hey,
Channels allows code decoupling by dispatching messages to handlers
chat.join
triggerschat_join
.I've made something similar while playing with asyncio and decided to try to implement it in
nejma
(checkout this branch).Usage (a gist with the whole app)
I wanna know what you guys and if it should be in master ?
The text was updated successfully, but these errors were encountered: