/spring-rsocket-sample

Demo application with RSocket.

Primary LanguageKotlin

spring-rsocket-sample

Sample of RSocket usage.

  1. consumer-service - it`s RSocket server which save message to PostgresSQL
  2. producer-service - Web client which convert http-request to RSocket calls
  3. rsocket-common - models for services
  4. user-app fronted application