* declare app variable to house middleware * remove deprecated connect.createServer() function call * specify middleware with app.use() and pass app middleware to an http server
* I changed all the ports across examples to be different and can run at same time