https://github.com/jmcph4/mirrord
A POSIX-compliant webserver written in C for COMP3301 Assignment 1 from 2015
https://github.com/jmcph4/mirrord
comp3301 http-server posix posix-compliant webserver
Last synced: 7 months ago
JSON representation
A POSIX-compliant webserver written in C for COMP3301 Assignment 1 from 2015
- Host: GitHub
- URL: https://github.com/jmcph4/mirrord
- Owner: jmcph4
- License: mit
- Created: 2019-05-23T23:41:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T00:32:36.000Z (over 6 years ago)
- Last Synced: 2025-02-16T00:44:19.666Z (9 months ago)
- Topics: comp3301, http-server, posix, posix-compliant, webserver
- Language: C
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mirrord #
---
Basic POSIX-compliant webserver written in C. Implementation of COMP3301's first assignment for 2015.