Program and deploy fast, scalable web services and create high-performance RESTful APIs using Go
If you are a web programmer with experience in developing web services and have a rudimentary knowledge of using Go, then this is the book for you. Basic knowledge of Go as well as knowledge of relational databases and non-relational NoSQL datastores is assumed. Some basic concurrency knowledge is also required.
This book will take you through the most important aspects of designing, building, and deploying a web service utilizing idiomatic REST practices with a focus on speed, security, and flexibility. You will begin by building your first API in Go using the HTTP package. You will look at designing and building your application including popular design structures like Model-View-Controller. You will also understand methods for deploying code to staging and development. Finally, you will see how the security features in Go can be used for protection against SQL injection, and sensitive data compromise.
By the end of this book, you will have achieved a high level of proficiency in building and deploying web services and web APIs with Go.
Chapter 1: Our First API in Go
Chapter 2: RESTful Services in Go
Chapter 3: Routing and Bootstrapping
Chapter 4: Designing APIs in Go
Chapter 5: Templates and Options in Go
Chapter 6: Accessing and Using Web Services in Go
Chapter 7: Working with Other Web Technologies
Chapter 8: Responsive Go for the Web
Chapter 9: Deployment
Chapter 10: Maximizing Performance
Chapter 11: Security