Git Product home page Git Product logo

owt-server-p2p's Introduction

Open WebRTC Toolkit P2P Server

Overview

Open WebRTC Toolkit P2P Server is the default signaling server of Open WebRTC Toolkit. It provides the ability to exchange WebRTC signaling messages over Socket.IO among different clients.

Running P2P Server

Install Dependencies

Install node dependencies by running following command in root directory of P2P server.

npm install

SSL/TLS

The default plain port is 8095, and the default secure port is 8096. These default values can be modified in the file config.json.

Connecting server with secure socket.io connections are recommended. The default certificate is stored in cert directory with two files: cert.pem and key.pem. Please replace them with a trusted one applied from a trusted CA.

Launch the server

Run the following commands to launch the server:

node peerserver.js

Stop the server

Press Ctrl + C to stop the peer server.

How to contribute

We warmly welcome community contributions to Open WebRTC Toolkit JavaScript SDK repository. If you are willing to contribute your features and ideas to OWT, follow the process below:

  • Make sure your patch will not break anything, including all the build and tests
  • Submit a pull request onto https://github.com/open-webrtc-toolkit/owt-server-p2p/pulls
  • Watch your patch for review comments if any, until it is accepted and merged OWT project is licensed under Apache License, Version 2.0. By contributing to the project, you agree to the license and copyright terms therein and release your contributions under these terms.

How to report issues

Use the "Issues" tab on Github.

See Also

http://webrtc.intel.com

owt-server-p2p's People

Contributors

jianjunz avatar qzhang8 avatar taste1981 avatar yanbin7 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.