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
- Host: GitHub
- URL: https://github.com/rodrigorvsn/distributed-programming
- Owner: RodrigoRVSN
- Created: 2024-09-06T18:43:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-17T15:22:56.000Z (about 1 year ago)
- Last Synced: 2025-05-09T01:51:34.906Z (8 months ago)
- Topics: distributed-programming, python
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```