Skip to content

m-kuzmin/golang-tcp-client-and-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

A TCP server and client written in Go

Server

  • Binding to port and accepting connections
  • Reading client messages
  • Responding to clients
  • On Ctrl + C closes all connections and stops reading any messages

Client

  • Connecting to server
  • Sending messages
  • Receiving responces
  • In case of an error closes the connection (considers an error to always be the server closing the connection)

About

A TCP server practice task for an internship

Resources

License

Stars

Watchers

Forks

Languages