Signaling server is running
This process only handles WebSocket signaling for active sessions. Launch the dedicated interfaces in separate terminals:
- Install dependencies:
npm run user:installandnpm run employee:install. - Start the user UI on port 4000 with
npm run user:dev(or build vianpm run user:buildthennpm run user:start). - Start the employee UI on port 4001 with
npm run employee:dev(or build vianpm run employee:buildthennpm run employee:start).
Keep this server running with npm start. It listens on http://localhost:3000 and exposes the /ws WebSocket endpoint.