jrief / django-websocket-redis

Websockets for Django applications using Redis as message queue
http://django-websocket-redis.awesto.com/
MIT License
895 stars 222 forks source link

WebSocket Connection refused #273

Closed shihabkaranchery closed 6 years ago

shihabkaranchery commented 6 years ago

WebSocket connection to 'ws://127.0.0.1:8000/ws/foobar?subscribe-broadcast&publish-broadcast&echo' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED

this is js code i try to connect

`var ws = new WebSocket('ws://127.0.0.1:8000/ws/foobar?subscribe-broadcast&publish-broadcast&echo');`

i have followed this guide ws4redis