This is a dead simple and surprisingly stable way to deploy a website.
- Upload your files to the
static
directory - Change the IP and Port as desired
- Do
cargo run
and visit the address listed in the terminal
- HTTP/HTTPS support
- Static file serving
- Error handling
- Dynamic content generation
- Authentication and Authorization
- Logging
- Security features (CORS, XSS protection, etc.)
- Database connectivity
- Server side caching
- Rate limiting
- Automated tests