https://github.com/junaidrahim/webrtc-session
https://github.com/junaidrahim/webrtc-session
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/junaidrahim/webrtc-session
- Owner: junaidrahim
- License: mit
- Created: 2021-02-23T08:54:42.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-23T09:07:01.000Z (about 5 years ago)
- Last Synced: 2025-04-15T12:18:50.428Z (about 1 year ago)
- Language: JavaScript
- Size: 3.49 MB
- Stars: 65
- Watchers: 1
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Building Video Chat Apps using WebRTC and Golang
Code for the DSC KIIT Workshop "WebRTC + Golang" conducted on 23rd Feb 2021
PPT available [here](https://app.pitch.com/app/presentation/6371a8aa-a4ec-44ea-a9cc-432a66726150/2ad0e236-a776-4b2f-9d24-abc0245819cb)
### Frontend
The `client` is written in React and uses [Vite](https://vitejs.dev/) 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](https://github.com/gorilla/websocket)
* `go build` to compile and build the binary
* `./video-chat-app` to run the backend server on `:8000`
[](https://forthebadge.com)
[](https://forthebadge.com)