anyone looked into libp2p? How hard do you think it would be to make a clojure implementation that's aleph / manifold compatible?
they say java impl is on the roadmap
once it’s done - pretty easy to wrap in manifold
I'd be interested in working on a native clojure version; any reason to prefer a java implementation? Also, I haven't seen any evidence of a java version
they have tons of repos in their organization for js and golang, and a few for c# I think, but none for java. Unless its being done by external contributors
doing it in clojure shouldn’t be harder than in Java
you could do a Clojurescript interface for the JS libraries
there’s manifold-cljs
(which is only used by me)
having both versions would probably be nice
so maybe I should start with wrapping the js version, then fill in the implementation to match the api and port it to clj