书籍 Go Web Programming的封面

Go Web Programming

Sau Sheong Chang

出版社

Manning

出版时间

2015-01-01

ISBN

9781617292569

评分

★★★★★

标签

web编程

书籍介绍

Google built the Go language from the ground up to simplify the challenges of modern application development, such as concurrency, memory management, and scalable performance. For web developers, Go is ideal for writing server-side components that route and process data and manage the event-driven nature of modern web applications. Go's instantly-familiar syntax and structure make it easy to build application components from scratch, and a full-featured standard library along with a growing ecosystem of libraries and frameworks provide an abundance of pre-built functionality so you can be super-productive quickly.

Go Web Programming teaches you how to build web applications in Go using modern design principles. You'll work through numerous examples that introduce core concepts like processing requests and sending responses, template engines, and data persistence. You'll also dive into more advanced topics, such as concurrency, web application testing and deployment both to barebones servers and PaaS providers. Readers just getting started with Go will appreciate the quick Go language tutorial appendix.

目录
Part 1: INTRODUCTION
1 Go and Web Applications
2 Go ChitChat
Part 2: BASIC GO
3 Handling Requests

显示全部
用户评论
赶一趟11月末班车,讲了只使用go标准库或较少使用第三方库来教授go web 编程,入门书,很大篇幅都是讲标准库的用法
简单评价。。。如果你对任一web框架足够熟悉 这本书可以在一天之内看完
比较好的web方面的入门书
快速上手系列
有些啰嗦,不是很明白作者定位读者水平,看了前两章实在看不下去了。
适合入门了解
非常基础的go针对web编程的入门书籍
从零开始构建web应用的方法,不依赖第三方的库。 db用的postgres,习惯mysql的同学注意。 翻译还是相当到位的,入门很不错。
没有使用任何 go 的第三方框架,主要使用标准库中的 net/http, template 来实现 Web 开发,简要说明了如何使用 goroutine 和 channel。内容较为基础。