zed/crates/collab
2022-12-16 10:52:32 +01:00
..
k8s
migrations Allow nulls in projects.host_connection_{id,server_id} 2022-12-15 11:30:51 +01:00
migrations.sqlite Allow nulls in projects.host_connection_{id,server_id} 2022-12-15 11:30:51 +01:00
src Fix test ensuring room is left when disconnected from LiveKit 2022-12-16 10:52:32 +01:00
.env.toml
basic.conf
Cargo.toml collab 0.4.0 2022-12-15 19:37:53 +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.