Skip to content

A peer-to-peer, 1:1 video chatting application built using WebRTC

Notifications You must be signed in to change notification settings

ajay0/video-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • Web browser that supports WebRTC
  • Node.js
  • npm
  • Other dependencies for the server are present in the package.json file and can be installed using $ npm install

Usage

  • Clone/download this repository
  • Change working directory to the top-level directory of this repository
  • Install dependencies:
	$ npm install
  • Start the server:
	$ npm start
  • Visit https://IP_of_server:3000

About

A peer-to-peer, 1:1 video chatting application built using WebRTC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published