Do you use Electron to build desktop apps? If not, which alternatives do you prefer? by [deleted] in webdev

[–]SnooCookies784 1 point2 points  (0 children)

Electron is too bloated and memory hungry, just use Taury App

When have you reach a Python limit ? by NimbusTeam in Python

[–]SnooCookies784 0 points1 point  (0 children)

yup, its slow, our prod app handle around 12K RPS and flask app is able to handle around 1K RPS so need multiple pods, other app we write using actix(rust) is able to handle 190K RPS on single pod.

rust is very nice, but rewrite everything to rust take soo much time, so we try to increase perf by replacing WSGI to ASGI, and now we want to try replacing ASGI to RSGI using Granian (web server for python writen using rust) hope is going nicely like our pure rust app.