Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 871 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 871 Bytes

in-terminal-chat

.github/workflows/tests.yml Coverage

Simple chat that works in terminal.
Just small project for keeping skills sharp and learn something new.

Run server -> go run cmd/server/main.go
Run client -> go run cmd/client/main.go

Usage of server:
    -address string http service address (default "localhost:8080")
    -debug debug mode (default true)

Usage of client:
    -address string http service address (default "ws://localhost:8080")
    -name string client name