[feat] Support for net to create a TCP Socket
#14547
lnbc1QWFyb24
started this conversation in
Plugin Requests
Replies: 2 comments
This comment has been hidden.
This comment has been hidden.
-
|
@lnbc1QWFyb24 you should have a look at https://github.com/kuyoonjo/tauri-plugin-tcp, did the trick for me! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem
It would be great to make use of native TCP sockets instead of WebSockets.
Describe the solution you'd like
Is it possible to add a
netmodule API?Alternatives considered
Maybe it is pretty simple to expose a TCP socket via a Rust invoke command? Maybe there is already a plugin for this? Please point me if there is something already out there, or if I need to go and learn Rust :)
Additional context
Just a massive thanks for all your great work. The dev experience with Tauri is amazing!
Beta Was this translation helpful? Give feedback.
All reactions