Skip to content

Writing a Matrix Bridge in Rust

Latest
Compare
Choose a tag to compare
@Harshil-Jani Harshil-Jani released this 01 Oct 01:36
· 2 commits to main since this release

The very first complete version of Qaul Matrix Bridge. This book is authored by Harshil Jani as a part of his Google Summer of Code 2023 Project and this includes the Matrix Bridge written in Rust. Untill now, All the bridges have been written in 'Go' or 'Javascript/Typescript' or in 'Python' but this was one of the earliest successful attempt to write a bridge in 'Rust'.

The book contains several architectural decision steps about why certain decision was taken in a certain way and what exactly is the code to make that possible. For further chat applications which may have been or will be written in rust, This book should be able to serve as a prime concern about the coding done inside of it's integration with the matrix-rust-SDK.