I am looking for a web server that has a socket.io server.I want a small server like cherrypy that come with a socket server so that i wont have to modify a lot of things in an existing web server to make the socket server work.
Is there such a web server?.
So you’re looking for Websocket support? Gevent with https://bitbucket.org/Jeffrey/gevent-socketio has worked for my purposes.