-
Notifications
You must be signed in to change notification settings - Fork 16
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
Status of projects integrating with dweb-transports. #10
Comments
IPFS (from Protocol Labs) - integrates fully with the chunk write and read API's. Lists and Key-Values are not implemented on IPFS, but are available over YJS which uses IPFS as its transport. Problems: to be elaborated on, but are mostly due to:
Important Notes: Due to the WSS and DHT single points of failure, we aren't currently considering IPFS for any anti-censorship applications. |
WEBTORRENT from Feross - integrates for streaming and chunking reads Webtorrent is integrated for streaming files. We haven't yet implemented any writing mechanism. Issues: WebTorrent is our prefered |
GUN - to be written |
YJS - works, but not actively supported - implements KeyValue and Lists - details to be written |
HTTP An HTTP version of all the APIs (chunk, list, keyvalue) has been integrated and is used as a backup and fallback. Limitations:
|
Wolk is working on an integration -- implementing chunk reads and writes as well as key-value solution |
The following systems are integrated currently, updates are welcome.
The text was updated successfully, but these errors were encountered: