Video description
This chapter details the process of writing REST APIs with Go. This chapter starts with basics such as how to leverage standard library functionality to build powerful servers right out of the box, without any 3rd party dependencies. It then moves to higher level topics such as how to structure and test your servers, write clients to consume your and other REST APIs, and leverage 3rd party libraries to build richer functionality such as Websocket servers.Table of contents
- Building a REST API using only the standard library 00:05:07
- Building a JSON API server with the right code layout and a powerful database layer 00:05:43
- Unit testing HTTP handlers 00:05:17
- Consuming a REST API in Go 00:10:00
- Consuming Unknown JSON Data from a REST API 00:06:40
- Building richer REST API servers with Gorilla Mux 00:05:43
- Building websocket servers with Gorilla Mux 00:05:46
Product information
- Title: Building and leveraging REST APIs with Go
- Author(s):
- Release date: March 2020
- Publisher(s): No Time Labs
- ISBN: None
You might also like
book
Building RESTful Web services with Go
Explore the necessary concepts of REST API development by building few real world services from scratch. …
video
Building full-stack web applications with Go
Building full stack web applications requires drawing on several big technologies, including database access, HTTP routing, …
book
Hands-On RESTful Web Services with Go - Second Edition
Design production-ready, testable, and maintainable RESTful web services for the modern web that scale easily Key …
video
Building and Securing a Web Application with Spring Boot
Demo of how to build and secure a web application with Spring Boot and Thymeleaf. Explore …