As I embark on creating a web application that integrates with multiple web services, I'd like to hear your thoughts on utilizing javascript to call these services.
My Perspective: Advantages: - reduced bandwidth usage (server-side) - eliminates client-server communications (especially for read-only operations) - any other benefits?
Disadvantages: - potentially less readable code - any other drawbacks?