mirror of
https://github.com/DefectingCat/phthonus
synced 2025-07-15 08:31:33 +00:00
26 lines
429 B
Markdown
26 lines
429 B
Markdown
# Phthonus
|
|
|
|
Web framework comparison in my stack.
|
|
|
|
## Tests basic requirement
|
|
|
|
- Read environment variables from `.env` file.
|
|
- Log request info to std.
|
|
- Loggin request http method, host, uri, and UA
|
|
- Loggin response status code, latency
|
|
- Serialize json and plain text.
|
|
- JWT support.
|
|
- Graceful shutdown.
|
|
|
|
## Frameworks
|
|
|
|
- Rust
|
|
- [ ] auxm
|
|
- Golang
|
|
- [ ] filber
|
|
- [ ] net/http
|
|
- Nodejs
|
|
- Deno
|
|
- Bunjs
|
|
- [ ] Elysia
|