Logo

Network Programming with Go

Small book cover: Network Programming with Go

Network Programming with Go
by


Number of pages: 123

Description:
An e-book on building network applications using the Google Go programming language. Contents: Architecture; Overview of the Go language; Socket-level Programming; Data serialization; Application-Level Protocols; Managing character sets and encodings; Security; HTTP; Templates; A Complete Web Server; HTML; XML; Remote Procedure Call; Network Channels; Web Sockets.

Home page url

Download or read it online for free here:
Download link
(multiple formats)

Similar books

Book cover: Go by ExampleGo by Example
by - GoByExample.com
Go is an open source programming language designed for building simple and reliable software. 'Go by Example' is a hands-on introduction to Go using annotated example programs. It provides a comprehensive overview of the programming language Go.
(7833 views)
Book cover: The Little Go BookThe Little Go Book
by - OpenMyMind.net
An introduction to Google's Go programming language. It's aimed at developers who might not be quite comfortable with the idea of pointers and static typing. It's longer than the other Little books, but hopefully still captures that little feeling.
(6868 views)
Book cover: Go BootcampGo Bootcamp
by - golangbootcamp.com
After reading this book you will know how to do data modeling with Go, organize code in packages, how to test code, write documentation, how to use json marshaling, build a web API, test a web API, how to cross compile, use the key go tools, etc.
(7348 views)
Book cover: An Introduction to Programming in GoAn Introduction to Programming in Go
by
This book is a short introduction to computer programming using the language Go. Go is a general purpose programming language with modern features, clean syntax and a well-documented common library, making it an ideal first programming language.
(11026 views)