andersondalmina / golang-sockets

Golang TCP sockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]

About

Golang TCP sockets


Languages

Language:Go 96.1%Language:Makefile 3.6%Language:Shell 0.3%