Skip to content

junaidrahim/webrtc-session

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building Video Chat Apps using WebRTC and Golang

Code for the DSC KIIT Workshop "WebRTC + Golang" conducted on 23rd Feb 2021

PPT available here

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

Backend

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

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

forthebadge forthebadge

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published