this is a golang! A very simple video chat using WebRTC, with no errors!
this repo was previously taken from https://github.com/junaidrahim/webrtc-session
Code for the DSC KIIT Workshop "WebRTC + Golang" conducted on 23rd Feb 2021
PPT available here
The client is written in React and uses Vite for the dev server. Run the following commands in the client directory
npm ito install all the dependenciesnpm run devto start the local dev server
Written in Go. A simple WebSocket server for signalling implemented using gorilla/websocket
go buildto compile and build the binary./video-chat-appto run the backend server on:8000