To communicate with websockets, use the endpoint: ws://localhost:4242/ws/{uuid}
. The uuid is unique for each user.
- Android Studio: To build the Android app.
- Rust: To build the server.
- Docker: To be able to run the server on any machine.
- Makefile: To automate the processes.
Builds the server image. Only needs to be run once.
make server
Runs the server on localhost.
make run-server
Stops the current running server.
make stop-server
make addPaco
make addPepe