An open API service indexing awesome lists of open source software.

https://github.com/btbytes/nimserve

Static file server in nim
https://github.com/btbytes/nimserve

Last synced: 10 months ago
JSON representation

Static file server in nim

Awesome Lists containing this project

README

          

# nimserve

A static file server written in nim with the following features

- [ ] serve static files in a give directory (default: .)
- [ ] serve index.htm[l] if it is found
- [ ] list directory contents otherwise