PeerWeb is a revolutionary way to host and share websites using WebTorrent technology. Instead of relying on centralized servers, websites are distributed across a peer-to-peer network, making them censorship-resistant and always available. 🌍✨
Also, the content is statically-generated only, I guess? No server-side rendering? No POSTing, etc? Or…is this creating some cache based on a real server it contacts…?
Server side rendering includes showing a list of 10 elements in a catalog of 10K elements. Do you really want to transfer all the catalog to each client every time?
A catalog of 10, yes. Splitting the db is backend stuff, not rendering stuff. Click on “load 10 more” loads the next split of 10. Why do you web guys always have to implement stuff in a overengineering way?
Who says I’m a “web guy”. It’s only that a server has its uses and a client has its uses. Sending all the DB to the client is as bad as streaming an FPS from a server.
Also, the content is statically-generated only, I guess? No server-side rendering? No POSTing, etc? Or…is this creating some cache based on a real server it contacts…?
Server-side rendering is an abomination that should never have been a thing imo. Fix your website if it’s too slow client-side.
Server side rendering includes showing a list of 10 elements in a catalog of 10K elements. Do you really want to transfer all the catalog to each client every time?
A catalog of 10, yes. Splitting the db is backend stuff, not rendering stuff. Click on “load 10 more” loads the next split of 10. Why do you web guys always have to implement stuff in a overengineering way?
Who says I’m a “web guy”. It’s only that a server has its uses and a client has its uses. Sending all the DB to the client is as bad as streaming an FPS from a server.
I edited my comment to better express what i meant.
It shows deleted