https://github.com/admodev/nim-simple-webserver
Simple web server made with Nim 1.6.6
https://github.com/admodev/nim-simple-webserver
Last synced: about 1 year ago
JSON representation
Simple web server made with Nim 1.6.6
- Host: GitHub
- URL: https://github.com/admodev/nim-simple-webserver
- Owner: admodev
- Created: 2022-08-15T15:26:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T15:46:44.000Z (almost 4 years ago)
- Last Synced: 2025-04-06T12:06:39.236Z (about 1 year ago)
- Language: Nim
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nim-simple-webserver
Simple web server made with Nim 1.6.6
#### Un breve ejemplo de un server implementado en Nim
Nim es un lenguaje de tipado estatico, rapido, sin boilerplate y que compila a C, lo que lo hace perfecto para web servers que necesiten cumplir con pocas funcionalidades pero que las mismas sean rapidas y eficientes.