From 478f4980a8ebaa4c6109c740ef086f0798ab5cfe Mon Sep 17 00:00:00 2001 From: xfy Date: Sat, 14 Sep 2024 15:05:09 +0800 Subject: [PATCH] docs(readme): add basic info --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index e69de29..a709c27 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,21 @@ +# Phthonus + +Web framework comparison in my stack. + +## Tests basic requirement + +- Read environment variables from `.env` file. +- Log request info to std. +- Serialize json and plain text. +- JWT support. + +## Frameworks + +- Rust + - [ ] auxm +- Golang + - [ ] filber + - [ ] net/http +- Nodejs +- Deno +- Bunjs