cjohansen / facenode

Code from a live-coding talk. You had to be there.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facenode

I wrote this code as an introduction to Node.JS, emphasizing core concepts such as non-blocking IO, event emitters, buffers and streams. You had to be there.

Run

First of all: Install Node.JS.

npm install
node server.js

Visit http://localhost:9666

About

Code from a live-coding talk. You had to be there.


Languages

Language:JavaScript 93.0%Language:Emacs Lisp 7.0%