12 releases (4 stable)

new 1.1.2 Jan 15, 2025
0.8.1 Nov 12, 2024
0.4.0 Jun 26, 2024

#1750 in Asynchronous

Download history 166/week @ 2024-09-25 82/week @ 2024-10-02 19/week @ 2024-10-09 12/week @ 2024-10-16 3/week @ 2024-10-30 218/week @ 2024-11-06 75/week @ 2024-11-13 21/week @ 2024-11-20 11/week @ 2024-11-27 16/week @ 2024-12-04 17/week @ 2024-12-11 4/week @ 2024-12-18 308/week @ 2025-01-08

313 downloads per month
Used in 5 crates (4 directly)

Apache-2.0

5KB

Jarust   Latest Version

Jarust is a memory safe and high-performance Rust adapter for Janus WebRTC server. Inspired by Janode, jarust offers similar functionalities but it's designed to be customizable, for exmaple, you could use the built-in WebSocket transport or provide your own RabbitMQ transport implementation.

The library wraps the Janus core API and some of the most popular plugins APIs.

Plugins

The supported Janus plugins currently are:

Interfaces

The supported interfaces are:

  • WebSocket
  • Restful
  • MQTT
  • RabbitMQ
  • Nanomsg

APIs

  • Client API
  • Admin/Monitor API

Examples

To run the examples first you have to lunch the janus server.

docker compose up -d

Examples are avaialbe in jarust create

Dependencies

~2.8–9MB
~65K SLoC