Skip to content

devanshcache/go-chat-app-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

go-chat-app-websocket

Websocket client able to connect to the backend server. Users can send messages to other clients connected to the same server.

for websocket used this package: https://github.com/gorilla/websocket


There is a client written using React (Create React App).

To install required dependencies:

npm install

To Run the project

npm start

The backend is of two main parts

  1. server - where handlers WebSocket server code.
  2. grpc - Additional Go program to store and retrieve the chats using protobuf.

Please run both in different terminals in order to work.

go run main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published