Giter Club home page Giter Club logo

trunkline's Introduction

trunkline

project logo

Batteries included multi-protocol WebRtc communications backend. πŸ“ΆπŸ”‹

alpha badge Build Status

Scaling WebRTC can be tricky - there are many moving parts and services required to establish a basic call. Even in the best conditions, these components can be tough to understand and hard to manage. This project aims to help reduce the burden of maintaining an application-specific service that facilitates WebRTC session establishment and ongoing message handoff. It has three goals:

  • Be easy to run, both locally and in the cloud
  • Be easily understood and monitored at runtime
  • Support multiple configurations out of the box

Quickstart

Configuration

Note: When using environment variables (or a .env file) names must be prefixed with TRUNKLINE_ - for example: TRUNKLINE_PORT=3000.

trunkline can be configured at runtime, using environment variables, a .env file, or CLI arguments. The supported values are listed below:

Database

CLI flag: --database

Configures the backing database type.

  • Default: memory
  • Options: memory, sql

Port

CLI flag: --port or -P

Configures the http listening port.

  • Default: 3000

Protocols

CLI flag: --protocols

Configures the listening wire protocols.

  • Default: http
  • Options: http, more soon.

Verbosity

CLI flag: --verbosity or -V

Configures the logging verbosity.

  • Default: info
  • Options: trace, debug, info, warn, error, fatal, silent

API

The protocol-specific API surfaces that trunkline supports.

Http

License

GPL-3.0

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.