6f4j- | Matrix is a Distributed Real-time Database - Andy Balaam - ACCU 2022 - YouTube
https://www.youtube.com/watch?v=9BR85IJI8b0
Saved on 2023-07-26 [19564 edays] via youtube.com
Modified 2023-08-19 [19588 edays]
networking programming

The Matrix network provides messaging (like WhatsApp or Slack) that offers all the features you expect, but without centralised control: it's an open standard, and anyone can run a server. The servers link together, so you can talk > to other people even if they use a different server (kind of like email).

In the first half of this session, we will explore the basics of the protocol: making simple HTTP requests to send and receive messages, and discuss some of the interesting distributed-systems issues that make writing a server exciting.

In the second half we will explore the fact that messaging is only one potential use of this network, and look into some examples of other real-time use cases that are in active development, taking note of how these use cases benefit from the real-time and distributed nature of the network.