Skip to content

SmonkeyMonkey/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang chat for real-time communication based on gorilla/websocket which realise WebSocket protocol,redis for saving messages and BurntSushi/toml used for parsing configuration file

Clone

git clone https://github.com/SmonkeyMonkey/chat

config.toml has default settings,edit them if you need specific settings

Run

make

or

go run *.go

Usage

Go on http://localhost:8080, type your username in window and you can speaking :)

Features

Nicknames in chat has be unique
Notification about new user join/left
Ctrl+C in console removes chat history Set from Redis\

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published