cloudflare-worker-local icon indicating copy to clipboard operation
cloudflare-worker-local copied to clipboard

Refactor request handling

Open innovate-invent opened this issue 4 years ago • 0 comments

I am creating this issue just as a placeholder for a future version. It would be good to provide an interface that lends itself to the web stack ecosystem. Providing a uWSGI request interface allows integration with larger projects like nginx and apache. This also allows for better process handling by these projects when trying to scale up to many workers.

https://en.wikipedia.org/wiki/JSGI

https://uwsgi-docs.readthedocs.io/en/latest/Emperor.html

https://uwsgi-docs.readthedocs.io/en/latest/V8.html

innovate-invent avatar Mar 25 '20 17:03 innovate-invent