Adding Socket.IO to existing Django/WSGI project
问题 This guy seems to be trying to do the same thing but the answer to his question isn't clear enough. I'm not all that familiar with setting up socket servers so I'm still a bit lost here. Has anyone accomplished this before? How do you spin up the socket server and keep it running? I wanted to comment on his post and ask him if he had success but I don't have enough reputation yet. 回答1: My final solution to this was using the built-in runserver_socketio command for the manage.py script,