Running actix-web hello world sample as a windows service #2680
Unanswered
nikhilramabhadra
asked this question in
Q&A
Replies: 1 comment 2 replies
-
https://docs.rs/actix-web/latest/actix_web/rt/index.html - the Windows Service should explicitly spin up an Actix runtime and block on it. That's basically what "async main" does anyway. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I run the actix-web hello world sample as a windows service? Has anyone done this? Sample code?
Windows Service - This is a crate for windows service but the actix-web sample has an async main.
Beta Was this translation helpful? Give feedback.
All reactions