Websocket in Django
crystalss
HOBBY
a year ago
I have a piece of django application which uses websocket for a live chat feature,
It works fine when I run daphne -8000 ..........., but not with manage.py runserver,(meaning it works when I use ASGI instead of WSGI)
Also, it doen't work when I deploy to railway, any help
1 Replies
crystalss
HOBBY
a year ago
I have figured it out
Status changed to Solved brody • 12 months ago