Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 485 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 485 Bytes

r2ce - remote command execute with rust

provides remote command execution. learning project for rust, with nodejs and support for websocket. all for fun, not suitable for production use.

preview


local run

server

$ cd r2ce/server
$ npm i && npm start

client

$ cd r2ce/r2ce
$ cargo build && cargo run HOST:PORT

todo

  • refactor & code cleanup
  • apply community coding standards
  • improve ui
  • improve socket payload