EBOOK

Go Web Programming

Sau Sheong Chang
(0)
Pages
312
Year
2016
Language
English

About

Go Web Programming teaches you how to build scalable, high-performance web applications in Go using modern design principles.

About the Technology

The Go language handles the demands of scalable, high-performance web applications by providing clean and fast compiled code, garbage collection, a simple concurrency model, and a fantastic standard library. It's perfect for writing microservices or building scalable, maintainable systems.

Go Web Programming teaches you how to build web applications in Go using modern design principles. You'll learn how to implement the dependency injection design pattern for writing test doubles, use concurrency in web applications, and create and consume JSON and XML in web services. Along the way, you'll discover how to minimize your dependence on external frameworks, and you'll 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

Table of Contents
PART 1 GO AND WEB APPLICATIONS
• Go and web applications
• Go ChitChat. PART 2 BASIC WEB APPLICATIONS
• Handling requests
• Processing requests
• Displaying content
• Storing data PART 3 BEING REAL
• Go web services
• Testing your application
• Leveraging Go concurrency
• Deploying Go

Related Subjects

Artists