Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zartre/learn-go-socket
- Owner: zartre
- Created: 2022-06-16T09:01:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T09:25:16.000Z (over 2 years ago)
- Last Synced: 2024-05-22T04:38:33.876Z (7 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
# 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
```