https://github.com/fiqryx/pyr-teams
Peer-to-peer (P2P) video conferencing
https://github.com/fiqryx/pyr-teams
go nextjs peer-to-peer peerjs typescript video-conferencing webrtc
Last synced: 2 months ago
JSON representation
Peer-to-peer (P2P) video conferencing
- Host: GitHub
- URL: https://github.com/fiqryx/pyr-teams
- Owner: fiqryx
- License: mit
- Created: 2025-02-28T19:11:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-10-17T13:44:00.000Z (8 months ago)
- Last Synced: 2026-01-03T22:46:48.126Z (6 months ago)
- Topics: go, nextjs, peer-to-peer, peerjs, typescript, video-conferencing, webrtc
- Language: TypeScript
- Homepage:
- Size: 3.82 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
## Overview
Implementing peer-to-peer (P2P) video conferencing. PeerJS is a JavaScript library that simplifies WebRTC connections,
This makes it an efficient and scalable solution for real-time video conferencing applications.
[]()
## Key features
- Multi-User Conference
- Picture-in-Picture Mode
- Share Screen
- In-Call Messaging
- Host Controls
- Custom Signaling Server
## How to run
- Clone the repo
- Go to server-side directory
- Copy each .env.example `cp env.example .env`
- Start server-side on **http-server** `go run main.go`
- Start client-side on **web-ui** `npm run dev`
- Make sure your install require dependencies & add supabase key on .env
```env
SUPABASE_URL=
SUPABASE_ANON_KEY=
```
You can see on official supabase docs [here](https://supabase.com/docs)
[]()