0%

Book Description

Summary

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.

About the Book

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

  • About the Reader

    This book assumes you’re familiar with Go language basics and the general concepts of web 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

    1. Copyright
    2. Brief Table of Contents
    3. Table of Contents
    4. Preface
    5. Acknowledgments
    6. About this Book
    7. About the Cover Illustration
    8. Part 1. Go and web applications
      1. Chapter 1. Go and web applications
      2. Chapter 2. Go ChitChat
    9. Part 2. Basic web applications
      1. Chapter 3. Handling requests
      2. Chapter 4. Processing requests
      3. Chapter 5. Displaying content
      4. Chapter 6. Storing data
    10. Part 3. Being real
      1. Chapter 7. Go web services
      2. Chapter 8. Testing your application
      3. Chapter 9. Leveraging Go concurrency
      4. Chapter 10. Deploying Go
    11. Appendix. Installing and setting up Go
    12. Index
    13. List of Figures
    14. List of Tables
    15. List of Listings
    3.145.204.201