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
- Host: GitHub
- URL: https://github.com/sandinmyjoints/towards-100-pct-uptime
- Owner: sandinmyjoints
- License: mit
- Created: 2013-11-24T16:59:44.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2013-12-19T16:11:54.000Z (over 11 years ago)
- Last Synced: 2024-10-07T09:08:13.481Z (9 months ago)
- Language: JavaScript
- Homepage: http://sandinmyjoints.github.io/towards-100-pct-uptime/
- Size: 7.6 MB
- Stars: 22
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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