Skip to content

phlex-ruby/flecks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Although Flecks also supports concurrent promises, threads and async ActiveRecord relations, we recommend using async tasks, since Fibers are much more lightweight and efficient than Threads.

We also recommend using the Falcon web server which uses multiple fibers to handle requests concurrently.

Acknowledgements

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages