vivekragi / chat-service

Chat App Service for Web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

websockets

Creating websockets to connect between users in chat application

Todo : build a message proto buf for chat communication between users

Design Diagram of features of Chat application

Imports used to build the project

About deploy.sh

go to folder same as deploy.sh file

 chmod +x deploy.sh
 # ./deploy.sh main "This is sample commit message"

Then run ./deploy.sh <branch_name> <commit_message> to deploy changes to branch specified with given commit message

About

Chat App Service for Web


Languages

Language:Shell 52.5%Language:Go 47.5%