Configuring 'simplest' node.js + socket.IO + Express server
问题 Realized after setting up a simple node.js socket.IO server that it isn't sufficient to handle even the simplest webpages containing script tags. So I investigating express which is a simple web framework for node.js. After looking thru the express documentation http://expressjs.com/guide.html I was still confused as to how I simply combine express with socket.IO on a node.js server. Couple hours of googling later I came across this tutorial https://www.digitalocean.com/community/articles/how