Creating Your First Node.js Command-line Application

Command-line utilities are a must for every seasoned web developer. Node.js makes developing such tools extremely easy thanks to a wealth of open source modules and a great package manager. In this tutorial, we will convert our Cute File Browser, which we published last week, from PHP to Node. Our goal is to create a… Continue reading Creating Your First Node.js Command-line Application