Thanks to visit codestin.com
Credit goes to github.com

Skip to content

taufikardiyan28/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Simple Realtime Chat - Websocket

Installation

Clone the source

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

Don't forget to create your database with chat.sql file

Setup dependencies

#run
go build

Configuration

Edit config/*.yaml file and change your port and mysql database configuration

Run the app

#use default development configuration
go run main.go

#or with custom configuration file
go run main.go --config=<your_config_file>

Simple Web Demo

open your browser and type http://localhost:<your_port>/demo?id=<your_user_id>

About

Golang realtime chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published