Building a self-hostable sync implementation

Another update: I’ve got enough of the API implemented that I can actually create a remote graph from a local Logseq instance that is pointing at the open-source backend. All code is in the repo. The next two big pieces are:

  1. Getting WebSockets working correctly, there’s definitely something wrong with them at the moment
  2. Adding a real (persistent) database, probably SQLite

I’m hoping to have those finished by the end of this weekend, at which point folks could tentatively start testing it.

4 Likes