vkarpov15 / mean-stack-todo

Other
90 stars 69 forks source link

Remove http module and use express app.listen #2

Open netpoetica opened 11 years ago

netpoetica commented 11 years ago

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?