1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

Add unix domain socket example

This commit is contained in:
messense
2018-03-05 21:09:13 +08:00
parent e708f51156
commit c2741054bb
4 changed files with 43 additions and 0 deletions

View File

@ -114,5 +114,6 @@ members = [
"examples/websocket",
"examples/websocket-chat",
"examples/web-cors/backend",
"examples/unix-socket",
"tools/wsload/",
]