>>3506In the sense that poor planning and modifications will be a pain. If it's handling post requests and get requests, then it also has to manage socket send requests and server broadcasts so you've got to abstract a lot of functionality and have it well planned out to apply to both systems. You also have to make sure that you don't end up broadcasting someone's info to the wrong client so there's security concerns that you have to worry about too. I've done a bit of socketio with python and I don't think it's a good idea to go with half-http half-socket.