Skip to content

gobbo99/Gochat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Simple tcp chatroom using curses library for rendering.

Setup

git clone https://github.com/gobbo99/Gochat

SERVER

Setup env variables 'CHATROOM_HOST' and 'CHATROOM_PORT'. Run using provided shell script from bin/

CLIENT

python3 gochat_client.py <host> <port>

Contributions

Releases

No releases published

Packages

No packages published