Skip to content

AESuhaendi/go-simple-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go - Simple Chat

Usage:

1. Clone Repository

git clone https://github.com/aesuhaendi/go-simple-chat.git

2. Running HTTP Server

go run .

If you are using air development tool, just run air in project dir

air

NOTE: Please check 'main.go' for command-line arguments or just run code below:

go run . --help

3. Try to join chat, send some message, and leave chat (just close tab)