https://github.com/daniel-cottone/dimserv
Lightweight HTTP server written in C.
https://github.com/daniel-cottone/dimserv
Last synced: 10 months ago
JSON representation
Lightweight HTTP server written in C.
- Host: GitHub
- URL: https://github.com/daniel-cottone/dimserv
- Owner: daniel-cottone
- Created: 2015-03-19T01:32:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-20T14:48:25.000Z (over 10 years ago)
- Last Synced: 2025-01-29T16:30:53.421Z (12 months ago)
- Language: C
- Homepage:
- Size: 221 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dimserv
A *very* dim web server.
## About
dimserv is a lightweight HTTP/1.1 web server. Use at your own risk.... it's pretty dim.
## Usage
Build dimserv with `make`, and then execute `bin\dimserv`.
Put files in `docroot` to have them served by dimserv.