Back to articles

A tiny distributed substrate experiment: single binary, single port, remote page retrieval with no HTTP

via Reddit Programming/u/dan_c350

I’ve been experimenting with a small distributed substrate concept and shipped a fun milestone this week. QSCSCore v1.1 is a fully static 2.3 MB binary that: - boots instantly - opens a single entangled link on TCP:4443 - and pulls back a remote HTML page - without using HTTP, DNS, a resolver, or a web server It’s basically a deterministic delta engine that synchronises state between two endpoints and reconstructs the page on the client side. There’s a small public demo running here if you want to poke it: spook.systems/public/demo This isn’t a product or a protocol announcement — just a networking experiment that I thought some of you might find interesting. Happy to answer technical questions. submitted by /u/dan_c350 [link] [comments]

Continue reading on Reddit Programming

Opens in a new tab

Read Full Article
2 views

Related Articles