Skip to content

dongnguyenltqb/chatapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat App

This is a sample chat application written in Go, using websocket and webrtc.

Development

# STEP 1: Clone this repository
git clone https://github.com/dongnguyenltqb/chatapp.git
cd chatapp
# STEP 2: Install dependency
go mod download
# STEP 3: Edit enviroment variable
vi .env
# STEP 4: Build and run application
make dev

Deployment

# STEP 1: Build docker image
make build
# STEP 2: Delivery image to Dockerhub
make delivery
# STEP 3: Deloy application to k8s cluster
make deploy

About

Chat and Video call, using WebRTC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages