https://github.com/avijeetpandey/piper
A peer to peer video calling application made using NextJS , Javascript and WebSockets
https://github.com/avijeetpandey/piper
javascript nextjs socket videocall
Last synced: 7 months ago
JSON representation
A peer to peer video calling application made using NextJS , Javascript and WebSockets
- Host: GitHub
- URL: https://github.com/avijeetpandey/piper
- Owner: avijeetpandey
- Created: 2023-12-10T07:59:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T10:10:37.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T06:25:28.249Z (8 months ago)
- Topics: javascript, nextjs, socket, videocall
- Language: JavaScript
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Piper :tada: :rocket:
A Simple peer to peer calling application made using NextJS and Javascript
The application supports the following thing
- Creating a room for video communication
- Inviting the user to a particular room for communication
- Video sharing
- Muting the user
- Permissions to ask for opening camera on device
- Application Server lives inside `api` folder that handles connection of the users### Libraries used
- `uuid`
- `lodash`
- `socket.io` and `socket.io-client`
- `tailwind`### steps to run
- `yarn` - this will install all the dependencies
- `yarn dev` - this will spinup local server on port `3000`