Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ramez-/go-video-conference
Create a video conference using Golang.
https://github.com/Ramez-/go-video-conference
angular golang pion video-conferencing webrtc
Last synced: 3 months ago
JSON representation
Create a video conference using Golang.
- Host: GitHub
- URL: https://github.com/Ramez-/go-video-conference
- Owner: Ramez-
- Created: 2020-06-22T18:13:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:34:39.000Z (about 2 years ago)
- Last Synced: 2024-08-04T09:32:15.813Z (6 months ago)
- Topics: angular, golang, pion, video-conferencing, webrtc
- Language: TypeScript
- Homepage:
- Size: 1.69 MB
- Stars: 176
- Watchers: 10
- Forks: 49
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-webrtc - go-video-conference - Create a video conference using Golang. (Samples)
README
# go-video-confrence
Create a video conference application using Golang.This repository is part of a [medium post tutorial](https://medium.com/@ramezemadaiesec/from-zero-to-fully-functional-video-conference-app-using-go-and-webrtc-7d073c9287da)
for creating a fully functional video confrence application from the complete beginning using webRTC in under 100 lines of code.## Technologies used
* [Golang](https://github.com/golang/go)
* [Pion](https://github.com/pion/webrtc)
* [Gin](https://github.com/gin-gonic/gin)
* [Angular](https://github.com/angular/angular)