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

https://github.com/berviantoleo/go-http-from-scratch


https://github.com/berviantoleo/go-http-from-scratch

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# go-http-from-scratch

Socket Connection

## Socket Client

client.go

### Run

`go run client.go`

## Socket Server

main.go

### Run

`go run main.go`

## LICENSE

MIT