Skip to content

Presentation and sample code for Node.js fundamentals presentation for Ohana.js and HI Capacity on 8/13/2013

Notifications You must be signed in to change notification settings

hicapacity/nodejs-basic-2013

Repository files navigation

Node.js Basics 2013 Edition

This talk is based on using Node v0.10.15 and NPM v1.3.5. Examples are in directories.

Prep for the knockout everyone!

Presentation

Resides in the /presentation directory and is reliant on the reveal.js framework.

Instructions:

Make sure Grunt is installed. (sudo this command if your npm is installed by root or another user).

npm install -g grunt

Start the Presentation.

cd presentation npm install grunt serve

Load up http://localhost:8000 in your web browser and go ham.

Code Examples

Directories at the top level sans "presentation" are all code examples.

  • simple-modules - Common.js require system example using a trivial Circle class.
  • http-server - Simple hello world http server.
  • unzip-stream - Streams API demo with unzip and fstream.
  • ws-chat - Simplistic overused websocket chat example.
  • ws-canvas-draw - Cool websocket multiuser drawing using HTML5 canvas.
  • scuttlebutt - Gossip protocol goodness.

Contact

Website

HI Capacity

Twitter

License

MIT

About

Presentation and sample code for Node.js fundamentals presentation for Ohana.js and HI Capacity on 8/13/2013

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published