cod3rboy / go-tcp-chat

A command line chat application that consists of a server and a client which communicate over network using TCP protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go TCP Chat

This is a command line chat application that consists of a server and a client which communicate over network using TCP protocol.

Run server

go run ./cmd/server

Run client

Connect to localhost server

go run ./cmd/client

Explicit server connection params

go run ./cmd/client -host <server-host> -port <server-port>

About

A command line chat application that consists of a server and a client which communicate over network using TCP protocol.


Languages

Language:Go 100.0%