You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your go-to microservice framework for any situation, from the creator of Netty et al. You can build any type of microservice leveraging your favorite technologies, including gRPC, Thrift, Kotlin, Retrofit, Reactive Streams, Spring Boot and Dropwizard.
A client-server architecture that communicates with Remote Procedure Calls (RPC). Implented using Java RMI. The server is multi-threaded such that it can handle multiple outstanding client requests at once.
REST and RPC Service that accepts a list of transactions and stores those transactions to csv files. The transactions don't have to be ordered. A transaction consists of (init_date, conclusion_date, product_id, value). The csv folder needs to serve as a staging ground and so must adhere to a specific structure year/quarter/date.csv like example …
A real-time multiplayer number guessing game implemented using Java RMI. This project demonstrates distributed computing concepts such as remote procedure calls (RPC), logical clocks, mutual exclusion, and deadlock prevention🧵