I am new to Node.js programming and I have recently created a sample working web application using (express, backbone & other complimentary view technologies, with mongo
Hope this might be helpful for somebody looking for the solution,Packaging of Node js apps can be done using "npm pack" command.It creates a zip file of your application which can be run in production/staging environment.