phooos icon indicating copy to clipboard operation
phooos copied to clipboard

Pure HTML Out-Of-Order Streaming (PHOOOS) without JavaScript

Pure HTML Out-Of-Order Streaming

Out-Of-Order HTML Streaming without JavaScript*, using Declarative Shadow DOM, as described in the recent article by Chris Haynes, going back to the older article by Stoyan Stefanov.

This repository contains a server-side demo code in PHP and Node.js.

You may need to turn off output buffering in your web server and enable chunked transfer encoding for HTML streaming to work.

* except optional tiny Declarative Shadow DOM polyfill for older browsers.

Try the online demo

License

© 2024 Jerzy Głowacki under MIT License