Skip to content

sourceful/learn-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Simple NodeJS Application Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published