Skip to content

erickib/tcpsocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

TCP Server and Client

Basic example of tcp socket client and server using go language.

To run you must have go installed and working. You can get started at: https://go.dev/doc/tutorial/getting-started

To run the example, open two instances of powershell or any console, one at tcpclient folder and one at tcpserver folder.

run tcpserver first by typing:

go run .

then run same command on tcpclient console and they should send and receive packets between them.

To close the server hit CTRL + C

About

Example of tcp socket server and client using go language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages