Go Web Programming (Paperback)
暫譯: Go 網頁程式設計 (平裝本)

Sau Sheong Chang

  • 出版商: Manning
  • 出版日期: 2016-07-28
  • 定價: $1,700
  • 售價: 9.5$1,615
  • 貴賓價: 9.0$1,530
  • 語言: 英文
  • 頁數: 312
  • 裝訂: Paperback
  • ISBN: 1617292567
  • ISBN-13: 9781617292569
  • 相關分類: Go 程式語言
  • 相關翻譯: Go Web 編程 (Go Web Programming) (簡中版)
  • 立即出貨 (庫存=1)

買這商品的人也買了...

相關主題

商品描述

Summary

Go Web Programming teaches you how to build scalable, high-performance web applications in Go using modern 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 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

    PART 1 GO AND WEB APPLICATIONS

  1. Go and web applications
  2. Go ChitChat
  3. PART 2 BASIC WEB APPLICATIONS

  4. Handling requests
  5. Processing requests
  6. Displaying content
  7. Storing data
  8. PART 3 BEING REAL

  9. Go web services
  10. Testing your application
  11. Leveraging Go concurrency
  12. Deploying Go

商品描述(中文翻譯)

**摘要**
《Go Web Programming》教你如何使用現代設計原則在 Go 中構建可擴展的高效能網頁應用程式。

購買印刷版書籍可獲得 Manning Publications 提供的免費 PDF、Kindle 和 ePub 格式電子書。

**關於技術**
Go 語言通過提供乾淨且快速的編譯代碼、垃圾回收、簡單的併發模型以及出色的標準庫,來應對可擴展的高效能網頁應用程式的需求。它非常適合編寫微服務或構建可擴展且可維護的系統。

**關於本書**
《Go Web Programming》教你如何使用現代設計原則在 Go 中構建網頁應用程式。你將學習如何實現依賴注入設計模式以編寫測試替身,如何在網頁應用程式中使用併發,以及如何在網路服務中創建和消費 JSON 和 XML。在這個過程中,你將發現如何最小化對外部框架的依賴,並獲得有價值的生產力技巧以測試和部署你的應用程式。

**內容概覽**
- 基礎知識
- 測試和基準測試
- 使用併發
- 部署到獨立伺服器、PaaS 和 Docker
- 數十個提示、技巧和技術

**關於讀者**
本書假設你對 Go 語言的基本知識和網頁開發的一般概念有所了解。

**關於作者**
**Sau Sheong Chang** 是新加坡電力公司的數位技術常務董事,並且是 Ruby 和 Go 社群的活躍貢獻者。

**目錄**
**第一部分 Go 和網頁應用程式**
1. Go 和網頁應用程式
2. Go ChitChat

**第二部分 基本網頁應用程式**
1. 處理請求
2. 處理請求
3. 顯示內容
4. 儲存數據

**第三部分 真實的應用**
1. Go 網路服務
2. 測試你的應用程式
3. 利用 Go 併發
4. 部署 Go