Hacker News new | ask | show | jobs
by rubycowgames 4639 days ago
I've been using gevent-socketio for websockets with Flask. I'm new to python. Can someone tell me why I'd want to use this over gevent-socketio?
2 comments

Maybe if you only want WebSocket, and you're already using Flask, and you want to give up events and roll out your messaging protocol. Sounds like a lot of work.
Have you put this into production? Are you using Gunicorn on the server?