Code Monkey home page Code Monkey logo

orca.js's Introduction

orca.js

Open Real-Time Communications API

What is orca.js?

ORCA defines a set of client binding APIs for javascript developers. It provides an abstraction to the signaling protocols used in order to establish WebRTC communications, and it exposes a simplified object and eventing model for RTC oriented applications. In order to run an application using the orca.js API you must have: (1) an orca.js wrapping library, commonly called the "transport library", implementing a signaling protocol (e.g. SIP over websockets) to the server; and (2) a signaling server supporting the protocol. These components should be available to you from orca.js-compatible service providers and may be bound to special license agreements, terms, and conditions specific to each provider. The Orca reflector is available for testing and prototyping on a local network. We welcome any contributions using popular signaling protocols like SIP or Jingle.

Who should use orca.js?

Application developers who want to add real time communication to applications can use orca.js to simplify this process. Developers who want to add complex features, like call forwarding, or who want to enable communication with other applications, would benefit from the capabilities provided by orca.js. The JavaScript libraries in orca.js will also simplify communications between web applications and the PSTN.

High Level Architecture:

Orca.js contains JavaScript code that defines an API which can be easily incorporated into any web application to enable real time communication. At runtime, the generic code for the call control API is downloaded to the browser, along with transport libraries tailored to the individual service provider’s network. This allows applications to be written once, and run in any ORCA-compatible service provider network.

ORCA allows application developers to take advantage of call control and addressing capabilities built into modern service provider networks, without requiring expertise in call control. In fact, the application developer may not be aware of the specific call control system, eg IMS, being used.

ORCA Open Source License Agreement:

Please review the Open Source License Agreement for ORCA: http://orcajs.org/license.html.

More Information:

For more information please visit: http://www.orcajs.org/

orca.js's People

Contributors

sharpie7 avatar kipf avatar dandruta 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.