Application protocol providing Reactive Streams semantics. RSocket provides a protocol for Reactive Streams semantics between client-server, and server-server communication. RSocket is a binary protocol for use on byte stream transports such as TCP, WebSockets, and Aeron. RSocket is intended to be consumed via one of the various implementation libraries which implement the RSocket Protocol. By default to make RSocket easier to use it copies the incoming Payload. Copying the payload comes at cost to performance and latency. If you want to use zero copy you must disable this. To disable copying you must include a payloadDecoder argument in your RSocketFactory. This will let you manage the Payload without copying the data from the underlying transport. You must free the Payload when you are done with them or you will get a memory leak. Used correctly this will reduce latency and increase performance.

Features

  • RSocket is a binary protocol for use on byte stream transports such as TCP, WebSockets, and Aeron
  • RSocket provides a protocol for Reactive Streams semantics between client-server, and server-server communication
  • RSocket is intended to be consumed via one of the various implementation libraries which implement the RSocket Protocol
  • Drivers are assumed to implement all core features defined in the Protocol document
  • Support for interaction models beyond request/response such as streaming responses and push
  • Application-level flow control semantics (async pull/push of bounded batch sizes) across network boundaries

Project Samples

Project Activity

See All Activity >

Categories

Libraries

License

Apache License V2.0

Follow RSocket

RSocket Web Site

You Might Also Like
Our Free Plans just got better! | Auth0 by Okta Icon
Our Free Plans just got better! | Auth0 by Okta

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Try free now
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of RSocket!

Additional Project Details

Programming Language

Java

Related Categories

Java Libraries

Registered

2023-08-09