Tags / NodeJS
NodeJS
Projects
Nirman
A flexible Node.js static site generator I built when existing tools felt too rigid and too tied to someone else's content model.
Posts
Building real-time web apps with AngularJS, NodeJS, and MongoDB
Jan 19, 2014
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
Sep 21, 2013
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
Sep 20, 2013
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
Sep 18, 2013
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
Sep 7, 2013
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.