Skip to content

iamceph/springed-rsocket

Repository files navigation

Springed RSocket

GitHub Actions Maven Central javadoc Codacy Badge

A Spring Boot starter for RSocket Java RPC.

Features

Gradle Plugin

  • Automatically applies needed RSocket dependencies
  • Automatic code-generation setup
  • Automatically applies the Server starer
  • Customizable versions of all dependencies

Server starter

  • Classpath scanning for generated RSocket services
  • Customizable server building
  • Creation of TCP/Websocket server
  • Detailed configuration

Client starter

  • none, in progress

Getting Started

TODO