duanhongyi / dwebsocket

A websocket Protocol for django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django通常和apache和mod_wsgi来一起发布,但是经过实测,使用manage.py runserver可以正常接受ws请求,但是用apache启动就会报400错误,该如何是好?

chengziHome opened this issue · comments

mod_wsgi 不支持 websocket,最好使用gevent或者eventlet