Project

flecks

0.02
The project is in a healthy, maintained state
Render IO-bound content asynchronously in Phlex.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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: