If you’ve written your Node.js app in coffeescript entirely and at the time of deploying on Heroku wondering how heroku would execute your coffee code, then here’s the simple process that you need to follow.
Tag: coffeescript
Using CoffeeScript over JavaScript in your Node.js Application or Module
If you’ve wanted to code your next Node.js app in CoffeeScript then it ain’t that hard. Since coffeescript is just a little language that compiles down to javascript it is pretty much compatible with node.js. Let’s take a look at some of the ways in which you can execute your node.js script (written in coffeescript).
Continue reading “Using CoffeeScript over JavaScript in your Node.js Application or Module”