Skip to content

Add a wsgi support #4

@sakost

Description

@sakost

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions