gotel

simple terminal chat program
git clone git://git.mdnr.space/gotel
Log | Files | Refs | README | LICENSE

commit 06920446e819a664b15043527d9be6901b2e7511
parent a0333af35fb4829316616e51949ceee9f9263ea1
Author: mdnrz <mehdeenoroozi@gmail.com>
Date:   Tue, 15 Apr 2025 15:05:56 +0330

update readme

Diffstat:
MREADME.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,15 +1,17 @@ # GoTel -Simple telnet multi-user chat program. +Simple terminal multi-user chat program. My attempt at learning golang. ## Building and running `go build client.go` + `go build server.go` server: `./server` + client (remote or in another terminal locally): `./client` The rest is self-explanatory