Skip to content

lapwinglabs/100-ways-to-die

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An exploration into zero-downtime node servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published