An open API service indexing awesome lists of open source software.

https://github.com/danitrod/rust-p2p

Project simulating Napster's P2P architecture done for Distributed Computing class.
https://github.com/danitrod/rust-p2p

Last synced: over 1 year ago
JSON representation

Project simulating Napster's P2P architecture done for Distributed Computing class.

Awesome Lists containing this project

README

          

# Rust P2P

Pre-requirement: run https://github.com/danitrod/p2p-file-index-server/ and save the URL to use in the `.env` file.

To run, create a `.env` file in the root, having the following values:

```
HOST=
SERVER_URL=
PORT=
SENHA=
```

Then run with `cargo run`.