Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 467 Bytes

readme.md

File metadata and controls

21 lines (13 loc) · 467 Bytes

slither-vr-realtime-server

こちらはslither-vrのwebsocketサーバRust版である

使い方


git clone https://github.com/igara/slither-vr-realtime-server.git
cd slither-vr-realtime-server
cargo run

使用しているライブラリ

  • ws
    RustのWebSocketServerライブラリ

  • crypto
    Rustの暗号化ライブラリ