...

/

Developing RESTful Servers and Clients

Developing RESTful Servers and Clients

Let’s learn about the preferred way of structuring a RESTful service.

Overview of RESTful server endpoints in Go

In the next two lessons, we are going to develop a RESTful server and a client for that server using the functionality of the Go standard library to understand how things really work behind the scenes. The functionality of the server is described in the following list of endpoints:

  • /add: This endpoint is ...