Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atomiclake/httpservertest
Learning how HTTP servers work and trying to implement my own in C#.
https://github.com/atomiclake/httpservertest
c-sharp http-server
Last synced: about 1 month ago
JSON representation
Learning how HTTP servers work and trying to implement my own in C#.
- Host: GitHub
- URL: https://github.com/atomiclake/httpservertest
- Owner: atomiclake
- License: gpl-3.0
- Created: 2024-07-29T15:17:30.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-31T14:16:38.000Z (5 months ago)
- Last Synced: 2024-10-20T08:02:52.603Z (3 months ago)
- Topics: c-sharp, http-server
- Language: C#
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# HttpServerTest
A learning exercise that aims to implement a bare bones HTTP server in C#.