Skip to content

Commit 9dd0cf1

Browse files
barldnathany
authored andcommitted
Book about network programming is not for free anymore
closes dariubs#52 fixes dariubs#51
1 parent 8531f04 commit 9dd0cf1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,13 @@ Solve your Go problems using a problem-solution approach. Each recipe is a self-
120120

121121
A short guide to Test-driven development in golang. free to [read online](https://leanpub.com/golang-tdd/read).
122122

123-
### [Network Programming with Go](https://www.gitbook.com/book/jannewmarch/network-programming-with-go-golang-/details) *Free*
123+
### [Network Programming with Go](https://www.apress.com/us/book/9781484226919)
124124

125-
<img src="https://ek8whxe.cloudimg.io/s/width/226/https://www.gitbook.com/cover/book/jannewmarch/network-programming-with-go-golang-.jpg" width="120px"/>
125+
<img src="https://images.springer.com/sgw/books/medium/9781484226919.jpg" width="120px"/>
126126

127-
An e-book on building network applications using the Google Go programming language. Free to [read online](https://www.gitbook.com/book/jannewmarch/network-programming-with-go-golang-/details).
127+
Dive into key topics in network architecture and Go, such as data serialization, application level protocols, character sets and encodings. This book covers network architecture and gives an overview of the Go language as a primer, covering the latest Go release.
128+
129+
Beyond the fundamentals, Network Programming with Go covers key networking and security issues such as HTTP and HTTPS, templates, remote procedure call (RPC), web sockets including HTML5 web sockets, and more.
128130

129131
### [Mastering Concurrency in Go](http://shop.oreilly.com/product/9781783983483.do)
130132

0 commit comments

Comments
 (0)