
Excited about version 3.x of Express, the Node.js web framework? It has some great new features, and is certainly worth migrating to. Many of my apps make use of Socket.io, one of my favorite Node modules, and in this case, and as of now (Socket.io v9.1) the migration isn’t as smooth as it could be. Until socket.io catches up with the changes to Express, here’s how you can use it with Express 3.x.
Full Post