Use as a library in other Rust applications #140
-
|
Hi there! Thank you so much for working on this and making it open source. I was wondering if there is a way (ornplan) to install this as a library and call the API's in an existing Rust application as opposed to hosting the entire sockudo app and managing another server |
Beta Was this translation helpful? Give feedback.
Answered by
countradooku
Dec 8, 2025
Replies: 1 comment 5 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In theory you can use it Asa crate and call the api here and there but it is not something well defined. You can use it from into another app and start the sockudo server from there .