Skip to content

andersondalmina/golang-sockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]