Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p4zd4n/centralized-computing-system
https://github.com/p4zd4n/centralized-computing-system
java network-programming
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/p4zd4n/centralized-computing-system
- Owner: P4ZD4N
- Created: 2025-01-14T20:06:53.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2025-01-14T20:10:17.000Z (10 days ago)
- Last Synced: 2025-01-14T21:23:17.410Z (10 days ago)
- Topics: java, network-programming
- Language: Java
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💻 Centralized Computing System
## 👀 About
## ▶️ Run
Clone repository
```bash
git clone [email protected]:P4ZD4N/centralized-computing-system.git
```Navigate to the repository
```bash
cd /path/to/centralized-computing-system/src
```Compile server classes
```bash
javac *.java
```If you want to use client you should also compile client class
```bash
javac client/Client.java
```Create JAR file
```bash
jar cfm CCS.jar manifest.txt *.class
```Run server
```bash
java -jar CCS.jar
```Run client
```bash
java client.Client
```