Thursday 4 May 2017

Django 1.10 & Socket.IO with Python 3

I'm trying to find some "django-socketio" repo to use in my project. I using django 1.10 and python3. I really searched but I do not found working examples with python3.

My poor workaround

  • I started node project and put socket.io inside route
  • In my django view I send returning data to node route with my django session
  • I manage session coming from django inside my node and emit inside route to client.

This work but I can't believe this is a good solution.. Anyone have other ideas? Or working examples with python3 and socketio?

Thanks!



via Guilherme Iazzetta

No comments:

Post a Comment