All Projects → rsocket → Rsocket Rpc Java

rsocket / Rsocket Rpc Java

Licence: apache-2.0
Standard RSocket RPC Java Implementation

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Rsocket Rpc Java

Awesome Reactive Programming
A repository for sharing all the resources available on Reactive Programming and Reactive Systems
Stars: ✭ 163 (+29.37%)
Mutual labels:  reactive, reactive-programming, reactive-streams
springboot-rsocketjwt-example
Example of using JWT with RSocket and Spring Boot
Stars: ✭ 26 (-79.37%)
Mutual labels:  reactive, reactive-streams, reactive-programming
Reactive Ms Example
An educational project to learn reactive programming with Spring 5
Stars: ✭ 157 (+24.6%)
Mutual labels:  reactive, reactive-programming, reactive-streams
Rxdownloader
- Reactive Extension Library for Android to download files
Stars: ✭ 40 (-68.25%)
Mutual labels:  reactive, reactive-programming, reactive-streams
reacted
Actor based reactive java framework for microservices in local and distributed environment
Stars: ✭ 17 (-86.51%)
Mutual labels:  reactive, reactive-streams, reactive-programming
KotlinReactiveMS
An educational project to learn reactive programming with Spring 5 and Kotlin
Stars: ✭ 33 (-73.81%)
Mutual labels:  reactive, reactive-streams, reactive-programming
netifi-quickstart-java
Project to assist you in getting started using Netifi.
Stars: ✭ 23 (-81.75%)
Mutual labels:  reactive, reactive-streams, reactive-programming
Rxjava2 Jdbc
RxJava2 integration with JDBC including Non-blocking Connection Pools
Stars: ✭ 360 (+185.71%)
Mutual labels:  reactive, reactive-programming, reactive-streams
assembler
Functional, type-safe, stateless reactive Java API for efficient implementation of the API Composition Pattern for querying/merging data from multiple datasources/services, with a specific focus on solving the N + 1 query problem
Stars: ✭ 102 (-19.05%)
Mutual labels:  reactive, reactive-streams, reactive-programming
Rx.Http
A reactive way to make HTTP Request in .NET Core 🚀
Stars: ✭ 62 (-50.79%)
Mutual labels:  reactive, reactive-streams, reactive-programming
Entwine
Testing tools and utilities for Apple's Combine framework.
Stars: ✭ 306 (+142.86%)
Mutual labels:  reactive, reactive-programming, reactive-streams
Rxcombine
Bi-directional type bridging between RxSwift and Apple's Combine framework
Stars: ✭ 741 (+488.1%)
Mutual labels:  reactive, reactive-programming, reactive-streams
Rxjava Android Samples
Learning RxJava for Android by example
Stars: ✭ 7,520 (+5868.25%)
Mutual labels:  reactive, reactive-programming
Spring Webflux Reactive Rest Api Demo
Build Reactive Rest APIs with Spring WebFlux and Reactive Mongo
Stars: ✭ 117 (-7.14%)
Mutual labels:  reactive-programming, reactive-streams
Inferno Most Fp Demo
A demo for the ReactJS Tampa Bay meetup showing how to build a React+Redux-like architecture from scratch using Inferno, Most.js, reactive programmning, and various functional programming tools & techniques
Stars: ✭ 45 (-64.29%)
Mutual labels:  reactive, reactive-programming
Lagom Example
Example usage of the Lagom Framework for writing Java-based microservices
Stars: ✭ 20 (-84.13%)
Mutual labels:  reactive, reactive-programming
Flutter validation login form bloc pattern rxdart
[Functional reactive programming (FRP)]💧 💧 💧 [Pure RxDart] Validation login form by using the BLoC pattern with RxDart - A new Flutter project featuring a faked authentication interface to demonstrate validation. Implemented with BloC pattern.
Stars: ✭ 45 (-64.29%)
Mutual labels:  reactive-programming, reactive-streams
Rxswift To Combine Cheatsheet
RxSwift to Apple’s Combine Cheat Sheet
Stars: ✭ 1,040 (+725.4%)
Mutual labels:  reactive, reactive-programming
Rhub
Reactive Event Hub
Stars: ✭ 66 (-47.62%)
Mutual labels:  reactive-programming, reactive-streams
Alpakka
Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
Stars: ✭ 1,154 (+815.87%)
Mutual labels:  reactive, reactive-streams

RSocket RPC - Java

Build Status

The standard RSocket RPC Java implementation.

Build from Source

  1. Building rsocket-rpc-java requires installation of the Protobuf compiler. RSocket RPC requires Protobuf 3.6.x or higher.

    For Mac users you can easily install the Protobuf compiler using Homebrew:

     $ brew install protobuf
    

    For other operating systems you can install the Protobuf compiler using the pre-built packages hosted on the Protobuf Releases page.

  2. Run the following Gradle command to build the project:

     $ ./gradlew clean build
    

What Next?

Release Notes

Please find release notes at https://github.com/rsocket/rsocket-rpc-java/releases.

Bugs and Feedback

For bugs, questions, and discussions please use the Github Issues.

License

Copyright 2019 Netifi Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].