This is a quick project with a React UI that aims to demonstrate the difference between Java and Rust. In our group, we advocate for Rust as a tool to execute code faster, specially in concurrent calls. The UI is hard coded to call the different endpoints in different ports.
To run this you will need:
Install the following:
- npm, React
- rust, rustc and cargo
- java, maven
Install the following:
- docker, docker compose
-
`git clone
-
Rust:
a.
cd rustb.
cargo run -
Npm-React:
a.
cd tsb.
npm installORnpm cic.
npm run start -
Java:
a.
cd javab.
mvn clean packagec.
java -jar target/project-0.0.1-SNAPSHOT.jar
If you have questions please reach out to SystemTest@ChurchofJesusChrist.org

