You may not get the full functionality of this webpage because JavaScript is either disabled or not supported by your browser.
HEADER
JEFFRY A. DECOLA
MY FRONTEND AND BACKEND API EXAMPLES
GITHUB REPO
Navigation
BROWSER AS A CLIENT
Get Data from a Web Server (Ajax XHR GET call)
Send Data to a Web Server (Ajax XHR POST call)
WEB SERVER AS A CLIENT
Get Data from a Backend Server (gRPC with protobuf)
Send Data to a Backend Server (gRPC with protobuf)
BACKEND SERVER AS A CLIENT
Get Data from a Backend Server (gRPC with protobuf)
Get Data from a Web Server (gRPC with protobuf)
Send Data to a Backend Server (gRPC with protobuf)
Send Data to a Web Server (gRPC with protobuf)
MULTI-HOP EXAMPLES
Send Data to a Web Server (Ajax XHR POST call) to a Backend Server (gRPC with protobuf)
SECTION
SEND DATA FROM A BROWSER TO A WEB SERVER TO A BACKEND SERVER
Using an Ajax XMLHttpRequest (XHR) POST Call and gRPC with Protobuf Respectively
Code
written in php and go
ARTICLE - HOME PAGE