tygs icon indicating copy to clipboard operation
tygs copied to clipboard

Tygs aims to be a pure async PythonWeb framework with included RPC, PUB/SUB and task queues

Results 7 tygs issues
Sort by recently updated
recently updated
newest added

Just curious bc building something similar but for backend services

Listening to an UNIX socket should be available as an option, with standard network socket. It would help for unit tests

enhancement

When you get an error page in debug mode, we should use concepts from other from other framework to facilitate debugging: - Error name, stack trace, local variables and env...

enhancement

Apps should have a settings system that cascades to child apps/components.

enhancement

It seems that template engines (particularly Jinja2) is not a performance bottleneck, but as for now, controllers and views (as in “MVC”) are executed sequencially. In a full async framework,...

enhancement
long-term

https://github.com/KeepSafe/aiohttp/issues/320 This is a long-term concern, as there is no POC yet. But before launching a first public version, it would be nice to support natively this new version

enhancement