Web Services
- REST / AJAX / RPC - Lightweight HTTP and WebSocket based remote calls using JSON, modern JavaScript (Fetch/async), and simple server endpoints
- SOAP - XML-based protocol for structured, contract-driven web services with strict messaging standards
- XML-RPC - Early XML-based remote procedure call protocol that predates REST-style JSON APIs
See also Browser to Server Communication Options.