Skip to content

nivas-reddy1/Backend-for-Video-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Signalling server for Video Chat App

A Node.js backend server for a real-time video chat app using Socket.IO for signaling for WebRTC connections.


Server Features

  • Join rooms with a Room ID
  • Toggle mic and camera
  • See active users with their status
  • In-call chat messaging
  • Screen sharing support

Setup

# Clone Signalling Server repo
git clone https://github.com/my-lord1/Backend-for-Video-Chat
cd videochat

# Install dependencies
npm install

# Run dev server
node index.js

About

The Node.js backend handles signaling and coordination for WebRTC peer connections using Socket.IO. Make sure to start the backend server before opening the frontend. If it still doesn’t work, the TURN servers plan may have expired.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors