-
Notifications
You must be signed in to change notification settings - Fork 165
Closed
Description
Hey guys!
Hope it's ok to put questions like these in an issue, I've found no other means of communication.
I work in a team using OCaml/ReScript, and we're considering Irmin as a solution for collaborative editing. We want (maybe to different degrees): collaborative editing, version history, and two-way replication between browsers and the server.
So my question is: how feasible it is to use Irmin in the browser today. Is it production-ready? And more specifically:
- Do you know if you can compile Irmin with ReScrit(formerly BuckleScript)? I've only seen mentions of JSOO.
Is there a ready-made backend for LocalStorage/IndexedDB, or do we have to write it ourselves?Nevermind, found talex5/irmin-indexeddb- What about two-way replication between the browser and the server? Will we have to write the replication layer too?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels