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

https://github.com/rodrigorvsn/distributed-programming

📚 Distributed programming studies
https://github.com/rodrigorvsn/distributed-programming

distributed-programming python

Last synced: 2 months ago
JSON representation

📚 Distributed programming studies

Awesome Lists containing this project

README

          

# Client server

- To run it, open 2 terminals and run the server in one and the client in another

- To run the server:
```bash
python3 ./client-server/args.py --server
```

- To run the client:
```bash
python3 ./client-server/args.py
```