Category: NodeJS
Go Node Without Code
Posted on Nov 20, 2012
You , like most everyone these days, have probably heard a lot about NodeJS. What you may have heard is how NodeJS allows you to create server-side applications using JavaScript. What you may not yet know, however, is that you can build command line utilities using Node that can run on whatever platforms Node runs on. In fact, there are a ton of CLI utilities already out there for Node. The point of this post is to cover a Node CLI utilities that you can use whether or not you are doing any server-side JavaScript development. So, admittedly, the title of this post is a bit misleading; these tools do require code, but not necessarily server-side JavaScript code.
Continue Reading →|