-
-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python3.6 trio asynchronous version of server ... #335
base: master
Are you sure you want to change the base?
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.