Thoughts about stackdb
2017-01-26
I was originally planning to build a fully distributed double-entry bookkeeping program, that doesn't depend on a server at all. But how do I build that stuff?
I've drawn some sketches about the structure then they gave me a conclusion: I must build purely client-side distributed database in JavaScript. That's the stackdb.
In this article, I'll share about my thoughts about how I came up with this idea, how it'll be structured, and how it'll work.