I’m starting a web application that interacts with many web services. I ask you what do you think about calling these web services with javascript.
My Opinion:
Vantages:
– bandwidth savings (server-side)
– no client-server communications (for only reading operations)
– what else?
Disadvantages:
– code readable
– what else?
Server side:
Client side: