This is an app that can easily simulate crash event. It also keep tracking the crashes by count.
- It crashes randomly but not too often.
- It has a web UI with a button, called "crash me", and preferrably a count to track how many times it crashed.
- It can be easily deployed to any cloud.
- Fork this repo.
- Create a folder for stack, e.g., nodejs.
- Implement the application.
- Deploy to the cloud.
- PR back.