Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Backend

Requirements

  • cargo

Run

Launch websocket server on port 8080

cargo run

Build TS objects

Build typescript object for the frontend

cargo test

Tests

Unit testing :

cargo test

Test coverage :

cargo install cargo-tarpaulin # install the tool
cargo tarpaulin