tygs
tygs copied to clipboard
Tygs aims to be a pure async PythonWeb framework with included RPC, PUB/SUB and task queues
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
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...
Apps should have a settings system that cascades to child apps/components.
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,...
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