Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 486 Bytes

Readme.md

File metadata and controls

16 lines (11 loc) · 486 Bytes

100 Ways to Die

An exploration into zero-downtime node servers. The goal is to test the various ways a node server can die and figure out which node modules or techniques can help keep our servers up.

API Endpoints

GET /uncaught/sync  - throw an uncaught exception synchronously
GET /uncaught/async - throw an uncaught exception asynchronously
GET /process/exit   - call process.exit()
GET /               - check if the server is still running

License

MIT