Daily Archives: August 21, 2012

The 2 minute guide to creating a new module in CoffeeScript for Node.js

Using modules in Node.js is an everyday task for most Node programmers. Today I’ll show you how to quickly create a class using CoffeeScript and to make it exportable into a Node.js project.

Posted in CoffeeScript, JavaScript, Node.js, Open Source | Leave a comment