Here is a list of useful, not to say essential, node.js packages (install with npm):
- express
- connect
- xmlrpc
- forever, and forever-monitor (keeps the app running)
Development
- node-inspector (enables debugging with Chrome debugger)
- supervisor (restarts node when .js files change, also keeps the app running)
- nodev (link) - links inspector and supervisor
No comments:
Post a Comment