zed/crates/collab
Julia 11c1254e71
Merge pull request #1924 from zed-industries/simon-says-dont-move
Do not reorder tab opened by follower to end of item list
2022-12-04 13:00:07 -05:00
..
k8s Update DO SSL certificate id in kube manifest 2022-10-26 16:19:19 -07:00
migrations Add "added_to_mailing_list" column on signups table 2022-11-29 02:13:13 -05:00
migrations.sqlite Get integration tests passing with sqlite 2022-11-10 11:03:52 -08:00
src Merge pull request #1924 from zed-industries/simon-says-dont-move 2022-12-04 13:00:07 -05:00
.env.toml
basic.conf
Cargo.toml Distributed database pattern built. 2022-12-03 16:06:01 -08: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.