Y
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
tlrobinson
4698 days ago
(Or just run the .coffee with "coffee" instead of "node")
link
bdcravens
4698 days ago
True, I was thinking about universal deployment to PaaSes, etc
link