About node.js development workflow
https://gelnior.wordpress.com/2011/12/27/web-application-development-workflow-with-node-js/ :: Web application development workflow with Node.js « Gelblog, addicted to the web http://aaron.jorb.in/blog/2012/07/automating-your-front-end-development-workflow/#.UEWsgY3iZ9W :: Automating your front end development workflow | aaron.jorb.in
http://techtalk.e-conomic.com/developing-with-node-js-and-mongodb-part-i/ :: Developing with Node.js and MongoDB: Part I http://www.beletsky.net/2012/06/starting-up-nodejs-development-on.html :: Alexander Beletsky’s Development Blog: Starting Up Node.js Development on Windows
Debug Node.js
-
Manual (“alert debugging”) sys.puts(sys.inspect(someVariable));
-
https://github.com/dannycoates/node-inspector#readme :: dannycoates/node-inspector
-
NodeJS Console Object Debug Inspector https://github.com/ketamynx/node-codein/ :: ketamynx/node-codein
-
Webstorm for Windows contains embedded Node.js debugging.
-
Node’s internal debugger http://nodejs.org/docs/latest/api/debugger.html :: Debugger Node.js v0.8.8 Manual & Documentation