Description
Summary
Go Internet Programming teaches you tips on how to build scalable, high-performance Internet applications in Go the usage of up to date design principles.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
The Go language handles the demands of scalable, high-performance Internet applications by providing clean and fast compiled code, garbage collection, a simple concurrency model, and an unbelievable standard library. It’s perfect for writing microservices or building scalable, maintainable systems.
About the Book
Go Internet Programming teaches you tips on how to build Internet applications in Go the usage of up to date design principles. You’ll be able to discover ways to put in force the dependency injection design pattern for writing test doubles, use concurrency in Internet applications, and create and consume JSON and XML in Internet products and services. Along the way, You’ll be able to discover tips on how to minimize your dependence on external frameworks, and You’ll be able to pick up valuable productivity techniques for testing and deploying your applications.
What’s Inside
- Basics
- Testing and benchmarking
- Using concurrency
- Deploying to standalone servers, PaaS, and Docker
- Dozens of tips, tricks, and techniques
About the Reader
This book assumes you’re accustomed to Go language basics and the general concepts of Internet development.
About the Author
Sau Sheong Chang is Managing Director of Digital Technology at Singapore Power and an active contributor to the Ruby and Go communities.
Table of Contents
- Go and Internet applications
- Go ChitChat
- Handling requests
- Processing requests
- Displaying content
- Storing data
- Go Internet products and services
- Testing your application
- Leveraging Go concurrency
- Deploying Go