Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 308 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 308 Bytes

Golang Sockets

How to compile

With Golang installed just run make build

How to Execute

Copy the .env.example file to .env and ajust for your needs.

Start containers: docker-compose up -d

Server: ./golang_sockets server [host] [port]

Client: ./golang_sockets client [host] [port]