Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tired-fox/wayfinder
Simple api around hyper to create a web server. Optional features add templating, components, client and server side, leptos like behanvior, websockets, etc...
https://github.com/tired-fox/wayfinder
Last synced: 25 days ago
JSON representation
Simple api around hyper to create a web server. Optional features add templating, components, client and server side, leptos like behanvior, websockets, etc...
- Host: GitHub
- URL: https://github.com/tired-fox/wayfinder
- Owner: Tired-Fox
- License: mit
- Created: 2024-07-10T21:00:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T19:27:59.000Z (3 months ago)
- Last Synced: 2024-08-06T21:46:34.713Z (3 months ago)
- Language: Rust
- Size: 13.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WSF
### Focus
Learn how to make a web server framework
- Wasm
- Async Rust
- Dynamic handlers
- Extractors & Queries
- Caching
- Middleware
- load balancing
- Rate Limit
- Circuit Breaker## Compile
- Will compile client (Wasm & JS) and Server (Rust Binary)
- Bundling
- CSS Embedding## Reference
- Go
- Zig
- Rust (warp, axum, rocket)
- Python (Flask, Django)