Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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...

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)