wasm-rdp/README.md

28 lines
346 B
Markdown
Raw Normal View History

2021-11-15 12:38:46 +00:00
# A Remote Access Gateway
* Webassembly Terminal Services written with Rust / Yew
2021-11-15 12:38:46 +00:00
## Dependencies
* rust
* cargo-make
* wasm-pack
## Build
* Debug
- sh run.sh
* Relese
2021-11-29 08:16:25 +00:00
- sh run.sh r
2021-11-15 12:38:46 +00:00
## Milestones
* VNC Clients:
- Raw encoding support (Done)
- Other encoding support (WIP)
* SSH Clients:
- WIP
* RDP Clients:
- WIP