https://github.com/fly-apps/udp-echo-
Sample TCP/UDP Echo Service
https://github.com/fly-apps/udp-echo-
Last synced: about 1 year ago
JSON representation
Sample TCP/UDP Echo Service
- Host: GitHub
- URL: https://github.com/fly-apps/udp-echo-
- Owner: fly-apps
- Created: 2021-12-07T22:50:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-07T22:54:17.000Z (over 4 years ago)
- Last Synced: 2024-11-17T00:26:52.694Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 3
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trivial TCP/UDP Echo Service
This code demonstrates how to build a Fly.io service that handles
both TCP and UDP traffic on the same port. It's slightly more annoying
than you'd hope, but only slightly.