1.

Record Nr.

UNINA9910580155203321

Autore

Newmarch Jan

Titolo

Network Programming with Go Language : Essential Skills for Programming, Using and Securing Networks with Open Source Google Golang / / by Jan Newmarch, Ronald Petty

Pubbl/distr/stampa

Berkeley, CA : , : Apress : , : Imprint : Apress, , 2022

ISBN

9781484280959

1484280954

Edizione

[2nd ed. 2022.]

Descrizione fisica

1 online resource (386 pages) : illustrations

Disciplina

001.642

Soggetti

Programming languages (Electronic computers)

Open source software

Computer science

Programming Language

Open Source

Computer Science

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Note generali

Includes index.

Nota di bibliografia

Includes bibliographical references and index.

Nota di contenuto

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.

Sommario/riassunto

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 version 1.18 which includes modules, generics, and fuzzing along with updated and additional examples. Beyond the fundamentals, Network Programming with Go, Second Edition covers key networking and security issues such as HTTP protocol changes, validation and templates, remote procedure call



(RPC) and REST comparison, and more. Additionally, authors Ronald Petty and Jan Newmarch guide you in building and connecting to a complete web server based on Go. Along the way, use of a Go web toolkit (Gorilla) will be employed. This book can serve as both an essential learning guide and reference on networking concepts and implementation in Go. Free source code isavailable on Github for this book under Creative Commons open source license. You will: Perform network programming with Go (including JSON and RPC) Understand Gorilla, the Golang web toolkit, and how to use it Implement a microservice architecture with Go Leverage Go features such as generics, fuzzing Master syscalls and how to employ them with Go.