6 ms·
I'm thinking there's an interesting parallel between our browser-based p2p project [1] and cloudflare workers / DurableObjects. Instead of DurableObjects, we go
by sbazerque 5y ago
I'm thinking there's an interesting parallel between our browser-based p2p project [1] and cloudflare workers / DurableObjects. Instead of DurableObjects, we got HashedObjects [2], and instead of workers running on an edge network somewhere, we got in-browser p2p nodes running a browser-to-browser mesh network.
In general, what they do with infra, we do with cryptography & datatypes.
[1] Hyper Hyper Space: https://www.hyperhyperspace.org https://www.hyperhyperspace.org
[2] HashedObject: https://github.com/hyperhyperspace/hyperhyperspace-core/blob/master/src/data/model/HashedObject.ts https://github.com/hyperhyperspace/hyperhyperspace-core/blob...