01 - Realtime client written in Rust for supabase.io

September 6, 2021
rust

The Rust language has a high performance compared to C++ and C. It protects memory efficiently and does not have a garbage collector.

In this basic implementation of a real-time client, we have a code that connects to the supabase.io cloud, using pure websockets protocols built from scratch, for those who are looking for a basic TCP Stream solution.

https://github.com/julioisaias/realtime-rs

Enjoy it!


Comments are not enabled for this annotation.