Files
oak-gpui/crates/collab
Antonio Scandurra 738e161bc6 WIP: failing test
SEED=882 RUST_LOG=collab::tests::randomized_integration_tests=info MAX_PEERS=2 ITERATIONS=1 OPERATIONS=49 cargo test --package=collab random -- --nocapture
2022-12-22 18:32:21 +01:00
..
WIP
2022-12-14 18:02:39 +01:00
WIP
2022-12-19 20:05:00 +01:00
2022-12-22 18:32:21 +01:00
2022-04-09 08:30:42 -06:00
2022-12-19 11:29:22 -08:00

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.