Static Web Server
Web Servers
About this project
Overview
Static Web Server (or SWS
abbreviated) is a tiny and fast production-ready web server suitable to serve static web files or assets.
It is focused on lightness and easy-to-use principles while keeping high performance and safety powered by The Rust Programming Language.
Written on top of Hyper and Tokio runtime, it provides concurrent and asynchronous networking abilities and the latest HTTP/1 - HTTP/2 implementations.
Cross-platform and available for Linux
, macOS
, Windows
, FreeBSD
, NetBSD
, Android
, Docker
and Wasm
(via Wasmer).
Features
- Built with [Rust](https:
Technologies & License
Apache-2.0/MIT
Rust
Docker