CHAPTER 9

image

Building RESTful Services

The last few chapters discussed various aspects of building web-based systems, including the fundamentals of Go web programming using the http package, the html/template package for rendering the UI, various approaches for authentication, HTTP middleware, and data persistence with MongoDB.

This chapter will implement a full-fledged RESTful API application named TaskManager by using the concepts discussed in previous chapters. This application will also have new features, such as the capability to manage dependencies for external packages and deploy an HTTP server with Docker.

RESTful APIs: the Backbone of Digital ...

Get Web Development with Go: Building Scalable Web Apps and RESTful Services 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.