This service provides a signalling service and peer discovery mechanism in order to establish peer-to-peer communication over WebRTC using PeerJS for users in the same collaboration room.
- Install npm packages using
npm i
- Run Communication Service using
npm run start
ornpm run dev
for hot reload during development - Access the service at http://localhost:8005