Y
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
Rauchg
4639 days ago
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.
link
stevenwei
4639 days ago
Have you put this into production? Are you using Gunicorn on the server?
link