Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeriveromartinez/go-socket-client
https://github.com/jeriveromartinez/go-socket-client
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeriveromartinez/go-socket-client
- Owner: jeriveromartinez
- Created: 2019-04-25T19:33:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-13T19:56:32.000Z (about 5 years ago)
- Last Synced: 2023-03-06T00:27:35.777Z (almost 2 years ago)
- Language: Go
- Size: 8.41 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-socket-client
### Start server
1. npm i
2. node server.js### Client
- run: go run main.go
- build: go build -o client main.go
- run: ./client