Hacker News new | ask | show | jobs
by bdcravens 4699 days ago
After you load up the CoffeeScript module in your app.js (server.js etc) you can actually write an entire node.js app in CoffeeScript.
1 comments

(Or just run the .coffee with "coffee" instead of "node")
True, I was thinking about universal deployment to PaaSes, etc