wowplus2 / Network-Programming-with-Go

Network Programming with Go [Video], published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Network Programming with Go [Video]

This is the code repository for Network Programming with Go [Video], published by Packt. It contains all the supporting project files necessary to work through the video course from start to finish.

About the Video Course

Go has been gaining popularity in the last few years due to its simplicity, efficiency, and ease of use across a number of domains. This course dives deep into Go’s networking API. It explores the numerous libraries available in Go to create networking programs using protocols such as IP, UDP, and TCP.

The course starts with coverage of fundamental network protocol primitives supported in the Go programming language. You will go on to learn how to create networking tools using concepts such as IP addresses and DNS lookup. From there, you take a deep dive into Go network primitives for support of UDP and TCP. You will learn about socket programming using both packet and stream based protocols to create server and client programs. Lastly, the course presents you with concepts to create robust client and server programs including streaming IO, data serialization, and secure sockets programming.

What You Will Learn

  • Understand Go networking primitive support for the Internet Protocol
  • Create Go tools using concepts such as IP addressing and DNS lookup
  • Understand how to create programs using Go’s support for the UDP protocol
  • Explore programming sockets in Go for protocols such as Unix Data Socket and TCP
  • Apply Go’s streaming IO primitives to network programming with TCP
  • Create rich application-level protocols using data encoding and serialization
  • Create client and server programs with secure sockets using TLS

Instructions and Navigation

Assumed Knowledge

To fully benefit from the coverage included in this course, you will need:

  • A basic knowledge of networking fundamentals
  • A basic knowledge of Go

    Technical Requirements

    This course has the following software requirements:

  • Windows 7 and above
  • 8 GB RAM

    Related Products

  • About

    Network Programming with Go [Video], published by Packt

    License:MIT License


    Languages

    Language:Go 100.0%