https://github.com/ydv-ankit/http-server
http server written in go
https://github.com/ydv-ankit/http-server
golang http http-server trie
Last synced: 7 months ago
JSON representation
http server written in go
- Host: GitHub
- URL: https://github.com/ydv-ankit/http-server
- Owner: ydv-ankit
- Created: 2025-03-01T18:59:06.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-05T10:43:09.000Z (7 months ago)
- Last Synced: 2025-03-05T11:32:02.467Z (7 months ago)
- Topics: golang, http, http-server, trie
- Language: Go
- Homepage:
- Size: 2.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## TCP Server in Go
- handle concurrent client connections
- gracefully close server connection (waits for clients to process)
- dynamically handle routes
- gzip compression
- request parser
- response structure
- serve static files