Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Create a video conference using Golang.

Awesome Lists containing this project

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)