Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 937 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 937 Bytes

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.

License

© 2024 Jerzy Głowacki under MIT License