1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

udp echo server example

This commit is contained in:
Anton Patrushev
2019-02-20 22:21:59 +05:00
parent 5c8aaba5f9
commit 2cd0ea9a2e
4 changed files with 77 additions and 0 deletions

View File

@ -30,6 +30,7 @@ members = [
"tls",
"rustls",
"unix-socket",
"udp-echo",
"web-cors/backend",
"websocket",
"websocket-chat",