Comment on CoffeeScript: JavaScript without the Fail (slides)Comments−samrat15yWill I be able to use Coffeescript with frameworks like Node.js? If yes, then how so?−kasmura15yPedro Teixeira has made a screencast about Coffeescript in Node.js on his website notetuts.com: http://nodetuts.com/tutorials/16-introduction-to-coffeescrip...−secoif15yYes. Just require('coffee-script') with express.
Comments
Will I be able to use Coffeescript with frameworks like Node.js? If yes, then how so?
Pedro Teixeira has made a screencast about Coffeescript in Node.js on his website notetuts.com: http://nodetuts.com/tutorials/16-introduction-to-coffeescrip...
Yes. Just require('coffee-script') with express.