Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a wsgi support #4

Open
sakost opened this issue Nov 2, 2018 · 0 comments
Open

Add a wsgi support #4

sakost opened this issue Nov 2, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@sakost
Copy link

sakost commented Nov 2, 2018

I think that it will be gratefull, if this library will add a wsgi support, because for big projects it needs to use a web-servers, such as nginx or apache, because of a big load.
I suppose that the code from this:

tgflow.start()

Will be changed to this:

app = tgflow.wsgi_app()

And also this code will be in a separate module

This is also implies that lib has to have a callback support

@sakost sakost changed the title Add a wsgi and callback support Add a wsgi support Nov 2, 2018
@danlkv danlkv added the enhancement New feature or request label Nov 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants