-
Notifications
You must be signed in to change notification settings - Fork 1.2k
No routes for HTTP Gateway #693
Comments
Hi @harshjv, we haven't made any development with regards to the IPFS gateway in js-ipfs, however, a lot of the groundwork is done for the HTTP API, which shares a lot of the same endpoints with the gateway. Having the HTTP Gateway in the JS implementation is not a core priority, so it might take a while until we take a stab at it, however, if you are available, that would be awesome and I'm happy to provide all the feedback you might need :) |
Hey @diasdavid I can help in this issue as currently, I am using It can also add files with It would be great if you can review these two files (and related other project files), and let me know if everything looks good to you so that I can port it to https://github.com/harshjv/buffet/blob/master/app/gateway/routes.js Cheers 🍻 |
Overall LGTM, but it will get more review as it will be easier once there is a PR against js-ipfs :) |
Cool then. I'll send a PR soon :) |
@diasdavid Hey, I've sent a PR #698 for this. :) |
Currently, HTTP gateway has no routes so even if
daemon
is listening to9090
isn't useful.Is there any progress on this part? I would like to help in implementing gateway functionality for
js-ipfs
The text was updated successfully, but these errors were encountered: