Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mubangizi/distributed-systems


https://github.com/mubangizi/distributed-systems

Last synced: 3 days ago
JSON representation

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