5 releases (2 stable)

new 1.1.0 Jan 9, 2025
1.0.0 Jan 8, 2025
0.8.1 Nov 12, 2024
0.8.0 Nov 7, 2024
0.7.0 Oct 1, 2024

#2190 in Asynchronous

Download history 139/week @ 2024-09-27 34/week @ 2024-10-04 16/week @ 2024-10-11 6/week @ 2024-10-18 94/week @ 2024-11-01 165/week @ 2024-11-08 33/week @ 2024-11-15 11/week @ 2024-11-22 14/week @ 2024-11-29 35/week @ 2024-12-06 5/week @ 2024-12-13 55/week @ 2025-01-03

75 downloads per month
Used in 3 crates

Apache-2.0

78KB
2K SLoC

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

~8–22MB
~346K SLoC