teodosin / karta

17 stars 1 forks source link

Local server implementation #93

Open teodosin opened 2 months ago

teodosin commented 2 months ago

It is increasingly looking like Karta would benefit from being primarily a server application. The graph that it maintains of the file system's relations could conceivably be accessed and modified by multiple applications at the same time. Interoperability = utility. This initial local server implementation would pave the way for sharing and interconnecting graphs across multiple computers as well.

Roughly, these are the steps:

teodosin commented 1 month ago

Tracking tasks