Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 566 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 566 Bytes

DrunkSkunk

This is a dead simple and surprisingly stable way to deploy a website.

How to use

  1. Upload your files to the static directory
  2. Change the IP and Port as desired
  3. Do cargo run and visit the address listed in the terminal

Features

  • 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