Comment on Intro to CoffeeScriptparentComments−bdcravens13yAfter you load up the CoffeeScript module in your app.js (server.js etc) you can actually write an entire node.js app in CoffeeScript.−tlrobinson13y(Or just run the .coffee with "coffee" instead of "node")−bdcravens13yTrue, I was thinking about universal deployment to PaaSes, etc
Comments
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.
(Or just run the .coffee with "coffee" instead of "node")
True, I was thinking about universal deployment to PaaSes, etc