You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Hello!
I am publishing this feature request hoping that somebody will consider it. At the moment js-ipfs works only with Chrome (and modern browser) and it is a problem: to make this usable from any developer on any platform js-ipfs should not just rely on web sockets/libp2p but probably also on other ways to communicate to the network. This should work without problems so that devs can just focus on building apps.
My suggestion is to fallback on js-ipfs-api to provide a connection to a node... then it is up to the developer to check which node, how to use it, etc etc etc.