Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 254 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 254 Bytes

UDP echo app

An UDP echo service at echo.fly.dev:1235

Connect with nc -u echo.fly.dev 1235 and start typing.

Deploy with fly deploy, or use fly m clone or fly scale count with flags like --host-dedication-id, --vm-gpu-kind if necessary.