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

Other Useful Business Software
Simplify IT and security with a single endpoint management platform Icon
Simplify IT and security with a single endpoint management platform

Automate the hardest parts of IT

NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers. The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
Learn More
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