Python Forum
heavy up front web sites - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Bar (https://python-forum.io/forum-27.html)
+--- Thread: heavy up front web sites (/thread-8281.html)



heavy up front web sites - Skaperen - Feb-13-2018

more and more web sites are doing more things up front, in the client side. and since with things like brython, this can all be done in python. so i am looking for a combined programming forum. something at first in python+javascript. later it would be in python+brython.


RE: heavy up front web sites - nilamo - Mar-13-2018

Doing something on the client side isn't doing it up front, it's delaying execution until the client gets around to doing it themselves. It's the opposite of doing it upfront. It's taking advantage of more powerful clients, so the server can be lower end to serve the same number of people.


RE: heavy up front web sites - Skaperen - Mar-15-2018

do you think it can't serve a greater number of people this way?