How it works...

Once we run the program, the HTTP server will start locally listening on port 8080.

Browsing to http://localhost:8080 will show us the VueJS client page, which has an HTML form with Id, FirstName, and LastName fields, as shown in the following screenshot:

VueJS client page

Clicking on the Add button after filling in the form will send a POST request to the HTTP server running on port 8080, as shown in the following screenshot:

Click on the Add button after filling in the form

Next, executing a GET request from the command ...

Get Go Web Development Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.