-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the current status of car-mirror? #90
Comments
Hello! Also of note is that rs-car-mirror and go-car-mirror are not compatible at the moment. Neither are completely spec-adhering, (although rs-car-mirror may be at some point), and rs-car-mirror is just a lot simpler in terms of implementation & protocol. Also of note: rs-car-mirror at the moment is mostly a bag of pure functions. It's not integrated with for example an HTTP library yet to turn car mirror protocol calls into HTTP requests & responses, and there's no Wasm bindings for now. |
Update: rs-car-mirror is now released to crates.io and there exist libraries to use car mirror over HTTP & in Wasm, using car-mirror-reqwest and car-mirror-wasm. For anyone interested in using car mirror with kubo, almost all necessary code to build a small webserver binary that exposes car mirror HTTP endpoints and talks to kubo as the blockstore exists out there, it just needs to be factored out, collected and packaged up. |
It is October, and i don't see movement on issues since Feb, and code since June.
Is this project an active priority for anyone? Any timeline or roadmap available for us eager consumers?
The text was updated successfully, but these errors were encountered: