websockets based IPC added in order to bind GUI/app together
This commit is contained in:
parent
88ecf21b2c
commit
9b310fd831
15 changed files with 1069 additions and 47 deletions
5
crates/jarvis-core/src/ipc.rs
Normal file
5
crates/jarvis-core/src/ipc.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
mod events;
|
||||
mod server;
|
||||
|
||||
pub use events::{IpcAction, IpcEvent};
|
||||
pub use server::{init, send, set_action_handler, start_server, IPC_ADDR, IPC_PORT};
|
||||
Loading…
Add table
Add a link
Reference in a new issue