Skip to content

Go chat application. Implemented in multiple ways, using golang channel and redis pub/sub model

Notifications You must be signed in to change notification settings

schadokar/go-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kayee... Chat Application

A detailed article is published on Medium.

Setup

Step 1

Clone the repository

Step 2

Run git mod tidy to install all the Golang dependencies.

Step 3

Go to clients and to install frontend dependencies.

npm install

Run the Application

Terminal 1

Start HTTP server

go run main.go --server=http

Terminal 2

Start WebSocket server

go run main.go --server=websocket

Terminal 3

Go to client and run

npm start

Application is live at localhost:3000.

About

Go chat application. Implemented in multiple ways, using golang channel and redis pub/sub model

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published