Skip to content

ozgend/r2ce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

r2ce - rust remote command execution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published