You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using actix web from time to time in my free time project and I think, it could be kind cool, to have actix wrapper in python (or any other language).
I think this could create like the fastest python server ever lived,...
And with good mechanism to create native rust active extensions you could easily combine python api routes with rust api routes, deploy to any cloud provider as python (using rust packages). A lot of cloud provides support python very well.
Also this approach can minimalize dependency problem with python, because all I need (mostly) will be in rust... so on server there will be python interpreter with a few small packages.
Also another advantage will be, one part of team can fast prototype app to deliver proof of concept and then second part can rewrite performance / security sensitive part to rust, win win for everyone I think.
Basically what I suggest, is same thing people with deno, and next js did with rust for javascript backend world
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm using actix web from time to time in my free time project and I think, it could be kind cool, to have actix wrapper in python (or any other language).
You can create pure python package like flask:
I think this could create like the fastest python server ever lived,...
And with good mechanism to create native rust active extensions you could easily combine python api routes with rust api routes, deploy to any cloud provider as python (using rust packages). A lot of cloud provides support python very well.
Also this approach can minimalize dependency problem with python, because all I need (mostly) will be in rust... so on server there will be python interpreter with a few small packages.
Also another advantage will be, one part of team can fast prototype app to deliver proof of concept and then second part can rewrite performance / security sensitive part to rust, win win for everyone I think.
Basically what I suggest, is same thing people with deno, and next js did with rust for javascript backend world
Beta Was this translation helpful? Give feedback.
All reactions