I'm a huge fan of Python. I've recently started to benchmark websocket servers. Python (gevent, eventlet) completely locked up when I subjected it to the load, ~30 frames per second, I was sending to a Node.JS and Go server. I kinda expected that. Maybe i'm doing something wrong. For now I think i'll stick to nodejs.
Comments
I'm a huge fan of Python. I've recently started to benchmark websocket servers. Python (gevent, eventlet) completely locked up when I subjected it to the load, ~30 frames per second, I was sending to a Node.JS and Go server. I kinda expected that. Maybe i'm doing something wrong. For now I think i'll stick to nodejs.