https://github.com/felipejfc/go-udp-echo-server
https://github.com/felipejfc/go-udp-echo-server
echo golang server udp
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/felipejfc/go-udp-echo-server
- Owner: felipejfc
- Created: 2017-08-02T00:09:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-02T00:11:14.000Z (almost 9 years ago)
- Last Synced: 2025-08-18T03:40:30.537Z (10 months ago)
- Topics: echo, golang, server, udp
- Language: Go
- Size: 1000 Bytes
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
go-udp-echo-server
==================
```
go run main.go
nc -u localhost 7778
```