EMAIL US
team@nowjs.com

IRC
#nowjs on Freenode

MAILING LIST
NowJS

TWITTER
@NowJSTeam

GET ON NPM
npm install now

Installing NowJS

NowJS is a framework built on top of Node.js, a Javascript server technology.
To install NowJS and manage dependencies, we use node package manager, or npm

Installing

  1. Ensure Node.js and npm have been installed correctly
  2. Run npm install now -g in your command line

Next

That's it! NowJS is now ready to use.

Next: Quick 'Hello World' Example