21 releases (13 stable)

new 1.4.0 Mar 19, 2025
1.3.0 Feb 27, 2025
0.8.1 Nov 12, 2024
0.4.0 Jun 26, 2024

#4 in #janus-gateway

Download history 12/week @ 2024-11-29 25/week @ 2024-12-06 8/week @ 2024-12-13 1/week @ 2024-12-20 205/week @ 2025-01-03 311/week @ 2025-01-10 81/week @ 2025-01-17 5/week @ 2025-01-31 3/week @ 2025-02-07 401/week @ 2025-02-14 408/week @ 2025-02-21 372/week @ 2025-02-28 57/week @ 2025-03-07 68/week @ 2025-03-14

917 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.7–8.5MB
~65K SLoC