lantosgyuri / networking

Reading/learning Network programming in GO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning network programming with go

While reading the book "Network programming with GO" by Adam Woodbeck.

Folder stucture:

The folders contains small example programs for the following topics:

TCP

  • Ping
  • Heartbeat -> the connection is open as long it get's a heartbeat + 5 sec
  • Proxy
  • Type–length–value encoding scheme

UDP

  • A simple echo server
  • Trivial File Transfer Protocol (TFTP)

About

Reading/learning Network programming in GO


Languages

Language:Go 100.0%