DEV Community

Discussion on: Socket.io: Making Web Sockets a Piece of Cake!

Collapse
 
z0al profile image
z0al • Edited

Yeah, websockets are really amazing and easy to use. I used it back in 2015, with Python backend, but I always interested learning how to do the same using Node.js, now I know how, thank you :)

Collapse
 
aspittel profile image
Ali Spittel

For sure! Did you use Django Channels or something else?

Collapse
 
z0al profile image
z0al

I used Tornado, it was simple enough for my purpose. I had no experience with Django back then anyway ;)