Examples of CoffeeScript in NodeJS?

Posted by Austin Hyde on Stack Overflow See other posts from Stack Overflow or by Austin Hyde
Published on 2011-01-03T06:03:11Z Indexed on 2011/01/03 13:54 UTC
Read the original article Hit count: 507

Filed under:
|

As a pet project, I am trying to get familiar with NodeJS and CoffeeScript, and am finding it hard to get the ball rolling.

I've found plenty of examples of single-file super-simple apps like in CoffeeScript's examples folder, however, none of those really show what a full application would look like. I've also scrounged Google to no avail.

Do you have any examples of medium-sized, multi-file CoffeeScript/NodeJS apps I could learn from?

© Stack Overflow or respective owner

Related posts about node.js

Related posts about coffeescript