Skip to content

Conversation

@learnwithsobhit
Copy link

@learnwithsobhit learnwithsobhit commented Oct 16, 2024

Run pre-commit hook: to check fromating, compilation , clippy and tests

sh .githooks/pre-commit

Run tests: run unit and integration tests

cargo test

Launch server: e.g. 'cargo run --bin server 0.0.0.0:1234` or sh server.sh 0.0.0.0 1234

cargo run --bin server <ip>:<port>

Launch client: e.g. 'cargo run --bin client 0.0.0.0:1234 ` or sh server.sh 0.0.0.0 1234

cargo run --bin client <ip>:<port> <username>

GitHub Actions

The GitHub Actions workflow is defined in .github/workflows/ci.yml. It will run the server and client and check if the client can send a message to the server.

Shobhit Chaturvedi and others added 18 commits October 14, 2024 19:27
Signed-off-by: learnwithsobhit <56473067+learnwithsobhit@users.noreply.github.com>
Signed-off-by: learnwithsobhit <56473067+learnwithsobhit@users.noreply.github.com>
Signed-off-by: learnwithsobhit <56473067+learnwithsobhit@users.noreply.github.com>
Signed-off-by: learnwithsobhit <56473067+learnwithsobhit@users.noreply.github.com>
Signed-off-by: learnwithsobhit <56473067+learnwithsobhit@users.noreply.github.com>
Signed-off-by: learnwithsobhit <56473067+learnwithsobhit@users.noreply.github.com>
@learnwithsobhit learnwithsobhit marked this pull request as ready for review October 16, 2024 00:40
learnwithsobhit and others added 5 commits October 16, 2024 06:18
Signed-off-by: learnwithsobhit <56473067+learnwithsobhit@users.noreply.github.com>
Signed-off-by: learnwithsobhit <56473067+learnwithsobhit@users.noreply.github.com>
@learnwithsobhit learnwithsobhit changed the title few more updated for ReaME few more updated for ReadME Oct 16, 2024
@learnwithsobhit
Copy link
Author

Please review

Shobhit Chaturvedi and others added 6 commits October 17, 2024 10:12
Signed-off-by: learnwithsobhit <56473067+learnwithsobhit@users.noreply.github.com>
@learnwithsobhit
Copy link
Author

@jgrund is anybody reviewing ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant