Network programming with Go language : essential skills for programming, using and securing networks with open source Google Golang / Jan Newmarch and Ronald Petty.
Dive into key topics in network architecture implemented with the Google-backed open source Go programming language. Networking topics such as data serialization, application level protocols, character sets and encodings are discussed and demonstrated in Go. This book has been updated to the Go vers...
Saved in:
Online Access: |
Full Text (via O'Reilly/Safari) |
---|---|
Main Authors: | , |
Format: | eBook |
Language: | English |
Published: |
New York, New York :
Apress,
[2022]
|
Edition: | 2nd ed. |
Subjects: |
Table of Contents:
- 1: Architectural Layers
- 2: Overview of the Go Language
- 3: Socket-Level Programming
- 4: Data Serialization
- 5: Application-Level Protocols
- 6: Managing Character Sets and Encodings
- 7: Security
- 8: HTTP
- 9: Templates
- 10: A Complete Web Server
- 11: HTML
- 12: XML
- 13: Remote Procedure Call
- 14: REST
- 15: WebSockets
- 16: Gorilla
- 17: Testing
- Appendix A: Fuzzing
- Appendix B: Generics.