pobview_backend
A websocket server for receiving event from webview app written in Rust. You have to edit this source code.
You have to send a json like:
{"token":"jgfsdjfg342jb","name":"execute", "params" :"xterm,0"}
where name is the rust function to execute and params a params list for the function.
and receive a json like:
{"res":"ok","msg":"Command sent"}
or
{"res":"err","mes":"Problem on parsing json"}
No other check is implemented. You have to write yours for the your rust functions.
.pobsrc
src
Cargo.lock(28/04/2026 )
Cargo.toml(28/04/2026 )
exclusions.txt(24/04/2026 )
readme.md(28/04/2026 )
test.html(28/04/2026 )