Python3.6 trio asynchronous version of server ...#335
Python3.6 trio asynchronous version of server ...#335kostyll wants to merge 11 commits intorawpython:masterfrom
Conversation
|
Great work @kostyll . Is this server complete in all its functions? I've seen a todo about post requests. |
hello @dddomodossola, The work is in progress(simple code is running) - I've used it in my closed admin projects, but if you are interested I would like to continue make changes and sending pool-requests ... |
|
@kostyll I received some requests for an async server in the past, so it would be useful for different users. So thank you for continuing developing it, I will make a separate branch making it available to others. |
|
@dddomodossola thank you! ) https://github.com/flexiblecloud/cloud_ui - here is my repo with simple library of building gui-like apps using your library. Later I'll add more examples of usage... |
|
@kostyll @dddomodossola regarding async server, would you please look into FastAPI as a candidate option? Besides its async server, advantages of modern functions, fast to code, security, OPI standards, might be worth to consider. I am quite new to web development , but I feel that FastAPI may bring many advantages to remi project. I would like to believe FastAPI is going to be a modern competitor to Flask, fast async perf, fast to code:
https://github.com/tiangolo/fastapi Opinions Kabir Khan - Microsoft (ref) As an engineer with little front end knowledge, I hate html, js, PyQt, etc... . I really like your ideas to use python replace html. The idea is brilliant! |
No description provided.