Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 239 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 239 Bytes

chat-server-private-message

A simple chat server that is only used for sending private message

Start

Start the server

go run server.go

In another terminals, create your clients

go run client.go {username}