https://github.com/soywod/c-server
A simple Unix Web server written in C
https://github.com/soywod/c-server
Last synced: 8 months ago
JSON representation
A simple Unix Web server written in C
- Host: GitHub
- URL: https://github.com/soywod/c-server
- Owner: soywod
- Created: 2016-11-02T00:46:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T07:50:40.000Z (almost 9 years ago)
- Last Synced: 2024-12-15T22:29:08.130Z (10 months ago)
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pure C Unix web server
Simple and fast web server written in C (for Linux only). Allow you to listen for incomming requests, retrieve its header + content, and then reply to the client. See [example.c](https://github.com/soywod/c-server/blob/master/example.c) to get a complete usage example.