Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zartre/learn-go-socket

Learning socket programming in Go
https://github.com/zartre/learn-go-socket

Last synced: about 1 month ago
JSON representation

Learning socket programming in Go

Awesome Lists containing this project

README

        

# learn-go-socket

This is a project to learn socket programming in Go.

## Running

Server

```shell
go run server/main/main.go
```

Client

```shell
go run client/main/main.go
```