Search⌘ K
AI Features

Solution 3: Building Web Services

Explore the process of building web services in Go by working with HTTP handlers and endpoints. Learn to run client-server code that generates dynamic output files and includes endpoints for file management. This lesson also introduces Docker image creation and monitoring with Prometheus to help you develop and manage reliable Go web services.

We'll cover the following...

Solution

Here is the functionality of getEntries.go included in the phone book application (www-phone.go and handlers.go code).

To run the client, open a new terminal window in the widget below and copy and paste the ...