Go to file
2021-11-24 10:09:01 +08:00
backend shutdown websocket if the server disconnected, level up the default log print 2021-11-17 14:42:16 +08:00
frontend match all js mouse events to x11 mouse events 2021-11-24 10:09:01 +08:00
.gitignore make install 2021-11-02 13:07:32 +08:00
Cargo.toml Init backend 2021-11-02 00:59:03 +08:00
LICENSE a minimal yew framework with npm 2021-11-01 21:36:43 +08:00
Makefile.toml make install 2021-11-02 13:07:32 +08:00
README.md update README 2021-11-15 20:38:46 +08:00
run.sh actix server init 2021-11-02 22:06:19 +08:00

A Remote Access Gateway

  • Full-stack project written with Rust / Yew + Actix

Dependencies

  • rust
  • cargo-make
  • wasm-pack

Build

  • Debug
    • sh run.sh
  • Relese
    • TBD

Milestones

  • VNC Clients:

    • Raw encoding support (Done)
      • Clipboard support is limit
    • Other encoding support (WIP)
    • Client to server message (WIP)
  • SSH Clients:

    • WIP
  • RDP Clients:

    • WIP
  • Backend database

    • WIP