A distributed filesystem that lives entirely in the browser. No servers. No databases. Just peers sharing the same address.
SharedProtocol gives every browser a persistent identity and a virtual filesystem. Write a file on Tab 1 and it appears on Tab 2 — instantly, without touching a server. The mesh IS the storage.
SharedProtocol://5221_<index> permanently.Include the script and sp is globally available. Call sp.ready() to wait for identity claim, then use the filesystem.
SharedProtocol is a filesystem protocol. What you put in it is your responsibility, not ours.
--fetch: on a file, you are making that HTTP request. SharedProtocol does not fetch anything on your behalf. The developer of SP is not responsible for what URLs you choose to fetch, cache, or distribute through the mesh.--stayforever is not a license.One script tag. No accounts, no API keys, no servers. Just pure peer-to-peer storage.