Skip to content

This is a simple description of how to build a custom TCP Server

Notifications You must be signed in to change notification settings

GolangUniverse/TCP-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TCP-Server

This is a simple description of how to build a custom TCP Server using Golang

The Transmission Control Protocol (TCP) is a transport protocol that is used on top of IP to ensure reliable transmission of packets. TCP includes mechanisms to solve many of the problems that arise from packet-based messaging, such as lost packets, out of order packets, duplicate packets, and corrupted packets.

Here we will implement :

  • Accepting incoming connections
  • Read from incoming connections
  • Write from incoming connections

~ For Now 😎

A Quick Demo

TCP-Server.mp4

About

This is a simple description of how to build a custom TCP Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages