Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mubangizi/distributed-systems
https://github.com/mubangizi/distributed-systems
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mubangizi/distributed-systems
- Owner: Mubangizi
- Created: 2021-10-21T11:42:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-21T14:08:07.000Z (over 3 years ago)
- Last Synced: 2024-11-28T08:49:44.856Z (2 months ago)
- Language: Java
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Distributed systems example
Building a distirbuted systems using JavaRMI## Uppercase test example
Folder returnexample tests change of texts to uppercase### How it can be tested
- Start the server by running `returnexample/server/RunServer.java` file
- Start the client by running `returnexample/client/RunClient.java` file
- Using the client input text and server should return the text in uppercase### Note
- `test.java` file has primenumber implementation