A new regserver for events with the goal of being crash and DDoS resillient.
- Seperate front and back
- Run the frontend on a seperate, load balanced server
- Use backend only for responding to requests
- Use proper rate-limiting
- Allow for an extended registration process
Reggie is made out of the following components
A python & django based backend server.
A react JS web app that is used to complete the registration process
A solution to benchmark the server.