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 serverRuns the server on localhost.
make run-serverStops the current running server.
make stop-servermake addPacomake addPepe