zed/crates/collab
Antonio Scandurra 0220d7ba5d Include room_id in CallCanceled message
This ensures we don't accidentally cancel old calls.
2022-12-13 11:43:09 +01:00
..
k8s
migrations Delete stale rooms/participants after RECONNECT_TIMEOUT 2022-12-13 11:32:37 +01:00
migrations.sqlite Always cast connection ids to i32 2022-12-12 11:43:08 +01:00
src Include room_id in CallCanceled message 2022-12-13 11:43:09 +01:00
.env.toml
basic.conf
Cargo.toml collab 0.3.1 2022-12-09 08:19:41 +01:00
README.md

Zed Server

This crate is what we run at https://collab.zed.dev.

It contains our back-end logic for collaboration, to which we connect from the Zed client via a websocket after authenticating via https://zed.dev, which is a separate repo running on Vercel.