Skip to content

BodyApp/videoPlatform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyRTC Server Example

This folder contains all the files you'll need to create a simple server with EasyRTC, Express, and Socket.io. You can copy these files where you wish.

Files and Folders:

  • package.json - Provides project information allowing npm to find and install required modules.
  • server.js - Server code.
  • /static/ - Root folder for web server. Put html files here!

Installing Required Modules:

  • Type npm install in console.
  • This will read the package.json file to find and install the required modules including EasyRTC, Express, and Socket.io.
  • Required modules will go into a new 'node_modules' subfolder

Running the Server:

  • Type node server in console.

Viewing the examples:

  • In your WebRTC enabled browser, visit your server address including the port. By default port 8080 is used.
  • http://localhost:8080/

About

Built on top of the EasyRTC Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published