Building real-time web apps with AngularJS, NodeJS, and MongoDB This is a demonstration of creating real-time web apps with AngularJS and MongoDB. Here, we implement a to-do list that is synchronized in real-time for all users.
Adding dependencies and data to the Node-NPM package How to add some dependencies to our program and package. We'll also look at some additional tips that you may require when creating your first NPM package.
How to create a NodeJS NPM package See how to create a simple NodeJS NPM package. We'll first create a simple program, add some node_modules to it and walk through the process of creating a NPM package, publishing it and upgrading it. We'll also walk through see some common issues that you might face for the first time.
Nirman - Flexible static site generator for NodeJS Introducing Nirman - A flexible static site generator for NodeJS that is written in JavaScript and does not get in your way.
Going Static - Why I don't need dynamic pages This blog has now been upgraded to use simple static html pages instead of a CMS. Why did I do that? What tools did I use? And more details within.