https://github.com/liten-rs/titan
A http1.1 web framework written in 100% safe rust. Is currently being rewritten from tokios runtime into liten-rs
https://github.com/liten-rs/titan
framework library web
Last synced: 8 months ago
JSON representation
A http1.1 web framework written in 100% safe rust. Is currently being rewritten from tokios runtime into liten-rs
- Host: GitHub
- URL: https://github.com/liten-rs/titan
- Owner: liten-rs
- License: apache-2.0
- Created: 2024-06-29T07:49:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-16T01:16:00.000Z (10 months ago)
- Last Synced: 2025-07-10T12:38:47.635Z (9 months ago)
- Topics: framework, library, web
- Language: Rust
- Homepage:
- Size: 557 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Route-rs
Route-rs is multiple things:
- Http webserver.
- Http path router.
- Http html renderer which consists of multiple parts:
- css-in-rust functionality. with deduplication (almost like tailwind but css-in-rust).
- Some magic with links (a tags) with the help of javascript.
All these things are wrapped in one final package, which becomes a web framework. You can mix and match which libraries you would like to use. Everything is composable.
All these libraries have as little libraries as possible.