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

https://github.com/xmp-er/web_server_go

Simple TCP Web Server without frameworks from scratch for learning purposes.
https://github.com/xmp-er/web_server_go

Last synced: about 2 months ago
JSON representation

Simple TCP Web Server without frameworks from scratch for learning purposes.

Awesome Lists containing this project

README

        

Simple TCP based Web Server in go for listening to multiple connections along with graceful shutdown

cmd:-`go run main.go -p : -c`

The connection methods can be tcp/tcp6/tcp4/unix/unixpacket

Test commands:-
```
curl http://localhost:8000 & curl http://localhost:8000
```