An open API service indexing awesome lists of open source software.

https://github.com/sandinmyjoints/towards-100-pct-uptime

Towards 100% Uptime with Node.js
https://github.com/sandinmyjoints/towards-100-pct-uptime

Last synced: 3 months ago
JSON representation

Towards 100% Uptime with Node.js

Awesome Lists containing this project

README

        

# Towards 100% Uptime with Node.js

[View the presentation](http://sandinmyjoints.github.io/towards-100-pct-uptime/).

[Some example code](https://github.com/sandinmyjoints/towards-100-pct-uptime-examples)
is available as a submodule:

$ git clone [email protected]: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