disconnect / apache-websocket

Apache WebSocket module
Apache License 2.0
196 stars 46 forks source link

Django send via websocket #36

Open ElninoFong opened 10 years ago

ElninoFong commented 10 years ago

Hi, I use python Django framework on apache. The websocket works well, but is there a way to call the send method in django server? or maybe other ways to broadcast message to clients? Thanks.