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

Posted by dan_c350@reddit | programming | View on Reddit | 12 comments

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.