So you've created your "Hello World" app and want to start hacking on something a little more challenging?
Locker.js is a simple project to learn Node.js.
If you like it, please feel free to fork it and use it as your own. At the moment I don't have any future development plans for this project other than to use it to play around with Node.js.
-
From your local clone run
npm install
-
All you have to do now is fire up your app!
node app
- Add files to the public directory to be served in the browser
- Edit app.js to set which port the app is served on
- Edit app.js to set the username and password
See the LICENSE file for licensing and copyright details.
AJ Acevedo
- http://twitter.com/aj_acevedo
- http://github.com/AJ-Acevedo
- http://AJAcevedo.com
- IRC freenode.net nick: _AJ