You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
sakost
changed the title
Add a wsgi and callback support
Add a wsgi support
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:
Will be changed to this:
And also this code will be in a separate module
This is also implies that lib has to have a callback support
The text was updated successfully, but these errors were encountered: