teodosin / karta

16 stars 1 forks source link

Local server implementation #93

Open teodosin opened 1 month ago

teodosin commented 1 month 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 17 hours ago

Tracking tasks