Posts by Fabiano Oliveira • 69 points
2 posts
-
2
votes2
answers1276
viewsA: How to upgrade my Node.js project to Heroku?
In addition to what Gypsy mentioned, you will have to activate the websockets in your application before other settings, as it is still experimental in Heroku: heroku labs:enable websockets There’s…
-
4
votes3
answers624
viewsA: Analysis and Project in Javascript
You, in addition to using a framework, can use coffeescript to make your life easier. http://coffeescript.org It will compile the code in JS, but the code will be much cleaner and simpler. Including…