【2015新书】Mastering Go Web Services
Book 图书名称:Mastering Go Web Services
Author 作者:Nathan Kozyra
Publisher 出版社:Packt Publishing
Page 页数:261
Publishing Date 出版时间:Apr 14, 2015
Language 语言:English
Size 大小:2.6 MB
Format 格式:pdf 文字版
ISBN:178398130X, 9781783981304
Edition: 第1版 搜索过论坛,没有该文档
Program and deploy fast, scalable web services and create high-performance RESTful APIs using Go
About This BookEffectively deploy and integrate Go web services with applications in the real worldFamiliarize yourself with RESTful practices and apply them in GoA comprehensive tutorial with lots of tips and tricks to program and develop web services in GoWho This Book Is For
If you are a web programmer with experience in developing web services and have a rudimentary knowledge of using Go, then this is the book for you. Basic knowledge of Go as well as knowledge of relational databases and non-relational NoSQL datastores is assumed. Some basic concurrency knowledge is also required.
In Detail
This book will take you through the most important aspects of designing, building, and deploying a web service utilizing idiomatic REST practices with a focus on speed, security, and flexibility. You will begin by building your first API in Go using the HTTP package. You will look at designing and building your application including popular design structures like Model-View-Controller. You will also understand methods for deploying code to staging and development. Finally, you will see how the security features in Go can be used for protection against SQL injection, and sensitive data compromise.
By the end of this book, you will have achieved a high level of proficiency in building and deploying web services and web APIs with Go.