Skip to content

Example implementation of video calling web application using WebRTC

License

Notifications You must be signed in to change notification settings

sachi-satan/webrtc-meeting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC Meeting

This project is an example implementation for creating a video calling application with WebRTC.

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

To run the project you need:

  • Node.js (11.1.0 has been confirmed to work)
  • npm

Quick Start

Run the project locally according to the following command.

  1. Change directory to frontend

    cd frontend
  2. Install NPM packages

    npm install
  3. Start the server with the script below

    npm run dev

License

Distributed under the MIT License. See LICENSE for more information.

About

Example implementation of video calling web application using WebRTC

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published