Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 369 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 369 Bytes

meetUp -> A peer to peer video calling app.

Tech stack

  • NextJS
  • NodeJS
  • Express
  • WebRTC
  • SocketIo# meetUp

Setup

Client Setup

```
    cd client
    npm i
    npm i -g peer
    npm run dev
    peerjs --port 3001 // in another terminal
```

Server setup

```
cd server
npm i 
npm run dev
```