From cd32453ffc9e63b03997f59e4546fd581241af7d Mon Sep 17 00:00:00 2001 From: crashsystem <100166199+CrashSystemZ@users.noreply.github.com> Date: Mon, 13 Apr 2026 14:55:45 +0200 Subject: [PATCH] Add jDRPC to Microservice section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3ebb8e4..589d3c76 100644 --- a/README.md +++ b/README.md @@ -738,6 +738,7 @@ _Tools for creating and managing microservices._ - [Eureka](https://github.com/Netflix/eureka) - REST-based service registry for resilient load balancing and failover. - [Helidon](https://helidon.io) - Two-style approach for writing microservices: Functional-reactive and as an implementation of MicroProfile. - [JDA](https://github.com/DV8FromTheWorld/JDA) - Wrapping of the Discord REST API and its WebSocket events. +- [jDRPC](https://github.com/CrashSystemZ/jDRPC) - Lightweight Java 17 library for Discord IPC/Rich Presence with no native dependencies. - [KeenType](https://github.com/DaveJarvis/KeenType) - Modernized version of a Java-based implementation of the New Typesetting System, which was heavily based on Donald E. Knuth's original TeX. - [kubernetes-client](https://github.com/fabric8io/kubernetes-client) - Client provides access to the full Kubernetes & OpenShift REST APIs via a fluent DSL. - [Micronaut](https://micronaut.io) - Modern full-stack framework with focus on modularity, minimal memory footprint and startup time.