Get the latest tech news
Rustpad is an efficient and minimal open-source collaborative text editor
Efficient and minimal collaborative code editor, self-hosted, no database required - ekzhang/rustpad
Rustpad is an efficient and minimal open-source collaborative text editor based on the operational transformation algorithm. Although the default behavior of Rustpad is to store documents solely in memory and collect garbage after 24 hours of inactivity, this can be configured by setting the appropriate variables. If provided, Rustpad will snapshot document contents to a local file, which enables them to be retained between server restarts and after their in-memory data structures expire.
Or read this on Hacker News