What does HackerNews think of isomorphic-git?
A pure JavaScript implementation of git for node and browsers!
Language:
JavaScript
And the content-adressable filesystem that it uses is git [1]. It uses git with a javascript implementation of it [2] or node bindings to a c one [3].
1. https://github.com/microsoft/FluidFramework/tree/main/server...
https://github.com/sveltejs/sites/issues/319
https://github.com/isomorphic-git/isomorphic-git.github.io/i...
Please, tell me what else I am "virtue signalling on HN" about.
I'd strongly suggest looking at https://github.com/isomorphic-git/isomorphic-git
It's a newer Git implementation but it has loads of features and it's easier to read than most. An excellent project.
There is also isomorphic-git.
For anyone looking to use Git in JS, check out https://github.com/isomorphic-git/isomorphic-git. I've had great success with it and really like it as a library. It's API design is good and it's tree-shakeable so the size of the library is very reasonable, even if taking it as a whole.
Let's rewrite everything in JavaScript: