Python Forum

Full Version: heavy up front web sites
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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.
do you think it can't serve a greater number of people this way?