null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Network Programming with Go (Code Secure and Reliable Network Services from Scratch)

List Price: $49.99
SKU:
9781718500884
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Adam Woodbeck
    Format:
    Paperback
    Pages:
    392
    Publisher:
    No Starch Press (March 25, 2021)
    Language:
    English
    ISBN-13:
    9781718500884
    ISBN-10:
    1718500882
    Weight:
    27.1oz
    Dimensions:
    7.06" x 9.31" x 0.94"
    Case Pack:
    20
    File:
    RandomHouse-PRH_Book_Company_PRH_PRT_Onix_full_active_D20260405T164652_155746768-20260405.xml
    Folder:
    RandomHouse
    List Price:
    $49.99
    As low as:
    $38.49
    Publisher Identifier:
    P-RH
    Discount Code:
    A
    QuickShip:
    Yes
    Audience:
    General/trade
    Country of Origin:
    United States
    Pub Discount:
    65
    Imprint:
    No Starch Press
  • Overview

    Network Programming with Go teaches you how to write clean, secure network software with the programming language designed to make it seem easy.

    Go combines the best parts of many other programming languages. It’s fast, scalable, and designed for high-performance networking and multiprocessing—in other words, it’s perfect for network programming.
     
    Network Programming with Go is for developers ready to start leveraging Go’s ease of use for writing secure, readable, production-ready network code. Early chapters establish a foundation of networking and traffic-routing know-how upon which the rest of the book builds. You’ll put that knowledge to use as author Adam Woodbeck guides you through writing programs that communicate using TCP, UDP, Unix sockets, and other features that ensure reliable data transmission. As you progress, you’ll explore higher-level network protocols like HTTP and HTTP/2, then build applications that securely interact with servers, clients, and APIs over a network using TLS.
     
    In addition, Woodbeck shows you how to create a simple messaging protocol, develop tools for monitoring network traffic, craft a custom web server, and implement best practices for interacting with cloud providers using their SDKs. Along the way, you’ll learn:

       • IP basics for writing effective network programs, such as IPv4 and IPv6 multicasting, ports, and network address translation
       • How to use handlers, middleware, and multiplexers to build capable HTTP-based applications with minimal code
       • The OSI and TCP/IP models for layered data architectures
       • Methods for reading data from/writing data to a network connection, like the type-length-value encoding scheme
       • Tools for incorporating authentication and encryption into your applications using TLS, like mutual authentication
       • How to serialize data for storage or transmission in Go-friendly formats like JSON, Gob, XML, and protocol buffers
       • How to Leverage Go’s code generation support to efficiently communicate with gRPC-based network services 
    So get ready to take advantage of Go’s built-in concurrency, rapid compiling, and rich standard library. Because when it comes to writing robust network programs, it’s Go time.