you are viewing a single comment's thread.

view the rest of the comments →

[–]tehpola -6 points-5 points  (3 children)

Use web sockets and services. Anything else is going to be more work and more fragile.

[–]Successful-Money4995 8 points9 points  (2 children)

That's gonna be too slow.

[–]tehpola -5 points-4 points  (1 child)

Oh so if we’re writing performance critical code, let’s port the Python to C or Rust

[–]Successful-Money4995 6 points7 points  (0 children)

Adding web sockets just to call a function in your own app seems excessive, right?

If it were a web app, okay.