An open API service indexing awesome lists of open source software.

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

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