Getting started

What is Bigpipe Response

BigpipeResponse is a standard django StreamingHttpResponse response object with the extra capabilities for building and fast loading application.
the project was inspired and using facebook bigpipe principals. (BigPipe: Pipelining web pages for high performance)

Installing

pip install bigpipe-response

Requirements

django > 2.2.4, python > 3.7, nodejs

Running tests

python -m unittest discover

The source

https://github.com/shay-te/bigpipe-response

Example project

https://github.com/shay-te/bigpipe-response-example

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

Shay Tessler - github

License

This project is licensed under the MIT - see the LICENSE file for details