|
|
|
|
|
by blackoil
724 days ago
|
|
X in AJAX stands for XMLHttpRequest, which was predecessor of fetch API. It was originally used for XML in Outlook Web but wasn't tied with it. You can send any content type with it. Also it was for async web, I don't remember it had much relation to web services. Maybe SOAP, but that wasn't MS. In case of gRPC I believe specs are tied to protobuf but I have seen thrift implementation also. |
|