Listen on windows named pipe #3210
Unanswered
nicolaspernoud
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I'm not sure about windows internals, but if there is a similar concept, you just need to implement You can look up the trait and feel free to ask follow-up questions if something isn't clear there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Hello,
On unix, there is a way to open a web server on an unix socket (https://github.com/tokio-rs/axum/tree/main/examples/unix-domain-socket).
UDS are supported on windows, but not yet with tokio.
Is there a way to use a named pipe in the meantime ? Would that even make sense ? (I do not know really how named pipes work).
Thanks,
axum version
0.8.1
Beta Was this translation helpful? Give feedback.
All reactions