0

I've looked around for socketio solutions for Django, and I haven't found anything that says I can use python-socketio for it, but I also haven't found anything that says I can't. It's python, so I would assume it works, but is it bad practice? Will something go wrong?

Thank you

1
  • You might want to take a look at django-channels, which integrates websockets into Django. It is of course possible to use various Django features in python-socketio, but there is no real integration between the two. You'll likely have to run a separate socketio server next to a WSGI server.
    – knbk
    Commented Jul 6, 2017 at 15:58

1 Answer 1

0

Yes, there are an example app with django in their repos https://github.com/miguelgrinberg/python-socketio/tree/master/examples/server/wsgi/django_example

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.