A simple http server framework to learn some basic concepts of the Gleam programming language.
| .github/workflows | initial commit | |
| src | fmt | |
| test | initial commit | |
| .gitignore | initial commit | |
| gleam.toml | initial commit | |
| LICENSE | initial commit | |
| manifest.toml | initial commit | |
| README.md | initial commit | |
http_server
A simple gleam http server framework, for me to learn the language.