HTTP serving made eazy
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.
Go to the documentation to learn how to use Serverly.
This project is open source and under the MIT license