Node.js example app

http://jb-node-fcd.herokuapp.com/

This entry was posted in Uncategorized. Bookmark the permalink.

2 Responses to Node.js example app

  1. j5423's avatar j5423 says:

    I deployed my heroku app just now and it is http://dry-journey-9736.herokuapp.com. Heroku is the best SaaS site I have ever seen so far.

  2. j5423's avatar j5423 says:

    On Ubuntu, if you want to update the version of node, use nvm and follow these steps (the last step is optional for me):
    git clone git://github.com/creationix/nvm.git ~/nvm
    . ~/nvm/nvm.sh
    Then you can install a specific version of NodeJS using the nvm command:
    nvm install v0.8.16
    followed by:
    nvm use v0.8.16

Leave a Reply