Hacker News new | ask | show | jobs
by jpdlla 4529 days ago
django-websocket-request doesn't really know anything about websockets specifically. The example I provided uses sockjs which provides websocket emulation and does upgrades to other methods if supported.
1 comments

Ah, nice.