mean-stack-todo icon indicating copy to clipboard operation
mean-stack-todo copied to clipboard

Remove http module and use express app.listen

Open netpoetica opened this issue 12 years ago • 0 comments

Express already wraps http functionality - you can remove dep and use app.listen() instead

https://github.com/visionmedia/express/blob/master/examples/jade/index.js#L44

Unless there was some reason for this?

netpoetica avatar Oct 26 '13 02:10 netpoetica