Introduction

Let’s get an overview of using Go to work with TCP/IP and WebSocket.

Overview of TCP/IP and WebSocket

This chapter teaches us how to work with the lower-level protocols of TCP/IP, which are TCP and UDP, with the help of the net package so that we can develop ...