Sessions is a video conferencing web application that is based on mesh topology style P2P connections between all the users (Not very optimal). More features coming soon.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Then run PeerServer on a different terminal:
peerjs --port 3001