1.

Record Nr.

UNINA9910254570703321

Autore

Newmarch Jan

Titolo

Network Programming with Go : Essential Skills for Using and Securing Networks / / by Jan Newmarch

Pubbl/distr/stampa

Berkeley, CA : , : Apress : , : Imprint : Apress, , 2017

ISBN

9781484226926

1484226925

Edizione

[1st ed. 2017.]

Descrizione fisica

1 online resource (XXI, 274 p. 36 illus., 5 illus. in color.)

Disciplina

005.13

Soggetti

Programming languages (Electronic computers)

Computer programming

Computer networks

Programming Languages, Compilers, Interpreters

Programming Techniques

Computer Communication Networks

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Note generali

Includes index.

Nota di contenuto

1. Architecture -- 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. Web Sockets -- Afterword.

Sommario/riassunto

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. 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. Additionally, author Jan Newmarch guides you in building and connecting to a complete web server based on Go. This book can serve as both as an essential learning guide and reference on Go networking. What You Will Learn Master network programming with Go Carry out



data serialization Use application-level protocols Manage character sets and encodings Deal with HTTP(S) Build a complete Go-based web server Work with RPC, web sockets, and more Who This Book Is For Experienced Go programmers and other programmers with some experience with the Go language.