Skip to content

React and Golang video chat app, using WebRTC and WebSocket

License

Notifications You must be signed in to change notification settings

dhyanio/dhyanio-video-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dhyanio-Video-Chat-App

Technologies

  • golang
  • React

Backend

Written in Go. A simple WebSocket server for signalling implemented using gorilla/websocket

  • go build to compile and build the binary
  • ./dhyanio-video-chat to run the backend server on :8000

Frontend

The client is written in React and uses Vite for the dev server. Run the following commands in the client directory

  • npm i to install all the dependencies
  • npm run dev to start the local dev server

About

React and Golang video chat app, using WebRTC and WebSocket

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published