Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 837 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 837 Bytes

Flecks

Render IO-bound content asynchronously and stream it into a wrap-around shell in a single HTTP response with Phlex.

See video demo.

Recommendations

We recommend using the Falcon web server which uses multiple fibers to handle requests concurrently, since this will play best with our fiber-based approach to background tasks.

Acknowledgements

The declarative shadow DOM technique used in this project was inspired by these two articles: