Skip to content

sandinmyjoints/towards-100-pct-uptime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0026f5e · Dec 19, 2013
Dec 15, 2013
Dec 13, 2013
Dec 15, 2013
Dec 14, 2013
Aug 26, 2013
Dec 14, 2013
Dec 19, 2013
Dec 2, 2013
Oct 20, 2012
Dec 13, 2013
Feb 27, 2013
Nov 27, 2013
Feb 6, 2013
Dec 15, 2013
Dec 15, 2013
Dec 2, 2013

Repository files navigation

Towards 100% Uptime with Node.js

View the presentation.

Some example code is available as a submodule:

$ git clone git@github.com:sandinmyjoints/towards-100-pct-uptime.git
$ cd towards-100-pct-uptime
$ git submodule update --init
$ ls examples
app-express-async-trycatch.js
app-express-async.js
app-express-sync-ee.js
app-express-sync-trycatch.js
app-express-sync.js
app-http-async-domain.js
app-http-async-trycatch.js
app-http-async.js
app-http-sync-cluster.js
app-http-sync-domain-doesnt-work.js
app-http-sync-domain.js
app-http-sync-ee.js
app-http-sync-trycatch.js
app-http-sync.js
app-output
dispose.js
ex2.js
example-domain.js
example-mongoose.js
example-no-domain.js
index.js
minimal-domain.js
minimal-no-domain.js
package.json
repeater.js