Skip to content

cirocosta/go-sample-udp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample UDP Server and Client


Usage:

	1. retrieve the code and install it

		go get github.com/cirocosta/go-sample-udp

	2. open a terminal and start a server

		go-sample-udp -server

	3. open another terminal and make the client send a message

		echo "my-message" | go-sample-udp


More:
	https://ops.tips

Releases

No releases published

Packages

No packages published