An open API service indexing awesome lists of open source software.

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

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.