- nodejs >= 16.6.0
- redis >= 7.0.1
Mesh
or PeerToPeer, support > 2 participant (depend user connection)
- Multi room instance
- Chat
- Video conference
- Face motion detector
- Separate html element between video and audio (soon)
Use tunnel for multi device, open new terminal session
npm i -g localtunnel
lt --port 3030
Run server, open new terminal session
export NODE_ENV=production
export SVC_PORT=3030
export SVC_URL=https://see-your-local-tunnel.local.lt
npm start