Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/advaita-saha/nim-webserver
A simple API in Nim with ORM support
https://github.com/advaita-saha/nim-webserver
Last synced: 24 days ago
JSON representation
A simple API in Nim with ORM support
- Host: GitHub
- URL: https://github.com/advaita-saha/nim-webserver
- Owner: advaita-saha
- Created: 2023-12-23T21:52:23.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-23T21:54:59.000Z (about 1 year ago)
- Last Synced: 2024-10-22T22:56:01.427Z (2 months ago)
- Language: Nim
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Web API in Nim, with ORM support of SQLite
```bash
nimble install
nim r src/WebServer.nim
```