Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 604 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 604 Bytes

Simple NodeJS Application Examples

Setup!

Install Node.JS from their site, or use the source if you are daring enough.

$ git clone https://github.com/ponyfoo/learn-nodejs.git "node-samples"

Some of the examples need external npm modules to be installed, just a simple command.

cd node-samples
npm install

Then run the example apps.

$ node modules/app.js

Woo!