R
R
Rustam Ismailov2021-07-25 20:52:40
Python
Rustam Ismailov, 2021-07-25 20:52:40

Is it possible to use the power of the client when working with a web application?

Good afternoon, while studying web technologies using python, I had a question. Is it possible to use the power of the client to run some of the functions of the web application, and if so, how can this be implemented in python? After all, some applications have functions that require very powerful servers to perform them. I'm still new to this issue, so do not throw stones if somewhere I made an inaccuracy in the description of the question). Thanks in advance for your answers.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
N
N, 2021-07-25
@Fernus

Is it possible to use the power of the client for some functions of the web application

Everything that you can "trust" to the client - then do it on it ... through JS, for example ...
if so, how can it be implemented in python language?

No. No way.

S
Sergey Gornostaev, 2021-07-25
@sergey-gornostaev

Clients won't like it.

I
Igor Arkhipov, 2021-07-26
@IgorArkhipov

We need translators from python to either javascript or wasm.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question