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

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

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`