zed/crates/collab
Antonio Scandurra 9860dbbbea Set location on ActiveCall even before there's a room
We will automatically call `Room::set_location` once a room has been
assigned.
2022-10-24 15:07:25 +02:00
..
k8s Remove unused env vars from collab k8s manifest 2022-10-18 13:58:03 -07:00
migrations
src Set location on ActiveCall even before there's a room 2022-10-24 15:07:25 +02:00
.env.toml Merge branch 'main' into screen-sharing 2022-10-21 14:29:45 +02:00
basic.conf
Cargo.toml Use live_kit_client::TestServer in integration tests 2022-10-19 16:35:34 +02:00
Procfile
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.