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
- Host: GitHub
- URL: https://github.com/btbytes/nimserve
- Owner: btbytes
- License: mit
- Created: 2024-08-07T01:59:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-07T02:00:45.000Z (over 1 year ago)
- Last Synced: 2025-06-13T12:16:05.380Z (10 months ago)
- Language: Nim
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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