https://github.com/spring-projects-experimental/spring-retrosocket
https://github.com/spring-projects-experimental/spring-retrosocket
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/spring-projects-experimental/spring-retrosocket
- Owner: spring-projects-experimental
- License: apache-2.0
- Created: 2020-07-21T05:50:38.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-12-18T03:09:12.000Z (over 4 years ago)
- Last Synced: 2025-03-25T13:51:16.828Z (over 1 year ago)
- Language: Java
- Size: 759 KB
- Stars: 56
- Watchers: 14
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
Awesome Lists containing this project
README
= Spring Retrosocket
image:https://github.com/spring-projects-experimental/spring-retrosocket/workflows/Spring%20Retrosocket%20build/badge.svg["Build Status"]
Spring Retrosocket aims to provide a Feign-like or Retrofit-like experience for declarative http://RSocket.io[RSocket]-based clients.
== Documentation
You can find the much more complete https://spring-projects-experimental.github.io/spring-retrosocket/[documentation here].
== GitHub issues
We choose not to use GitHub issues for general usage questions and support, preferring to use Issues solely to track bugs and enhancements. If you have a general usage question, please do not open a http://github.com/spring-projects-experimental/spring-retrosocket[GitHub issue], but use one of the other channels described below.
If you are reporting a bug, please help speed up problem diagnosis by providing as much information as possible. Ideally, that would include a small sample project that reproduces the problem.
== License
This code is licensed under the https://www.apache.org/licenses/LICENSE-2.0[Apache License v2.0]