No description
Find a file
Roger Padrell 78ed063650 fix examples
2025-01-24 21:53:40 +01:00
.github/ISSUE_TEMPLATE Delete .github/workflows directory 2025-01-22 10:37:38 +01:00
docs fix examples 2025-01-24 21:53:40 +01:00
src v1.0.0 2025-01-24 21:46:34 +01:00
tests v1.0.0 2025-01-24 21:46:34 +01:00
.gitignore Add .gitignore 2025-01-19 18:10:20 +01:00
LICENSE v1.0.0 2025-01-24 21:46:34 +01:00
serverly.nimble v1.0.0 2025-01-24 21:46:34 +01:00
todo.md v1.0.0 2025-01-24 21:46:34 +01:00

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