Skip to content

A Rust adapter for the Janus WebRTC server 🦀

License

Notifications You must be signed in to change notification settings

Ghamza-Jd/jarust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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