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.
- Host: GitHub
- URL: https://github.com/xmp-er/web_server_go
- Owner: xmp-er
- Created: 2024-02-25T10:24:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-25T11:27:12.000Z (about 1 year ago)
- Last Synced: 2025-02-08T09:15:40.282Z (4 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```