mirror of
https://github.com/roger-padrell/serverly
synced 2026-01-08 09:51:20 +00:00
No description
| .github/ISSUE_TEMPLATE | ||
| docs | ||
| src | ||
| tests | ||
| .gitignore | ||
| LICENSE | ||
| serverly.nimble | ||
| todo.md | ||
Serverly
HTTP serving made easy
(A dependency-less HTTP server)
Version
The current latest version is v1.0.0 (you can check it here, if you want).
Installation
You need nim and nimble, which can be installed here
To download and install Serverly, run the following command on your terminal:
nimble install serverly
If you have a project and you want to add serverly as a dependency, run:
nimble add serverly
and it will also install serverly if it is not on the device.
Usage and documentation
Go to the documentation to learn how to use Serverly.
Examples
Go to the examples page to see some examples on how to use Serverly.
License
This project is open source and under the MIT license