项目作者: salamaniibm

项目描述 :
go code for udp server and client
高级语言: Go
项目地址: git://github.com/salamaniibm/udp.git
创建时间: 2017-04-10T06:24:40Z
项目社区:https://github.com/salamaniibm/udp

开源协议:

下载


udp

running server

  1. go run server.go

running client to send data to server

  1. go run clinet.go

The client will send the data 1,2,3.. to server on port 10001