Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeriveromartinez/go-socket-client


https://github.com/jeriveromartinez/go-socket-client

Last synced: 17 days ago
JSON representation

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