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

Django Websocket send data #293

Closed djanilstorm closed 4 years ago

djanilstorm commented 4 years ago

how to transfer http post data by websocket to client

jrief commented 4 years ago

HTTP post data is already available on the client.