Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipejfc/go-udp-echo-server
https://github.com/felipejfc/go-udp-echo-server
echo golang server udp
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/felipejfc/go-udp-echo-server
- Owner: felipejfc
- Created: 2017-08-02T00:09:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-02T00:11:14.000Z (over 7 years ago)
- Last Synced: 2024-11-11T08:48:15.401Z (2 months ago)
- Topics: echo, golang, server, udp
- Language: Go
- Size: 1000 Bytes
- Stars: 4
- Watchers: 3
- 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
```