rsocket-java

Java implementation of RSocket (by rsocket)

Rsocket-java Alternatives

Similar projects and alternatives to rsocket-java

  1. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  2. caniuse

    442 rsocket-java VS caniuse

    Raw browser/feature support data from caniuse.com

  3. FiraCode

    Free monospaced font with programming ligatures

  4. Lunar

    Intelligent adaptive brightness for your external monitors

  5. phoenix_live_view

    Rich, real-time user experiences with server-rendered HTML

  6. rupy

    HTTP App. Server and JSON DB - Shared Parallel (Atomic) & Distributed

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  8. fuse

    Multiplayer Online Standard (by tinspin)

  9. pushpin

    A proxy server for adding push to your API, used at the core of Fastly's Fanout service

  10. FluidFramework

    14 rsocket-java VS FluidFramework

    Library for building distributed, real-time collaborative web applications

  11. canonic

    QML web browser

  12. braid-spec

    Working area for Braid extensions to HTTP

  13. jsynchronous

    Jsynchronous.js - Data synchronization for games and real-time web apps.

  14. Mutiny

    An Intuitive Event-Driven Reactive Programming Library for Java

  15. zotonic

    Zotonic - The Erlang Web Framework & CMS

  16. RxJava

    RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.

  17. Reactive Streams

    Reactive Streams Specification for the JVM

  18. wa-automate-nodejs

    💬 🤖 The most reliable tool for chatbots with advanced features. Be sure to 🌟 this repository for updates!

  19. ServiceTalk

    A networking framework that evolves with your application

  20. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better rsocket-java alternative or higher similarity.

rsocket-java discussion

Log in or Post with

rsocket-java reviews and mentions

Posts with mentions or reviews of rsocket-java. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-11.
  • RSocket – An alternative to gRPC with first-class browser support
    1 project | news.ycombinator.com | 9 Jan 2024
  • Async Streams in WebAssembly with WasmRS
    5 projects | dev.to | 11 Jan 2023
    TL;DR: WasmRS is an implementation of RSocket for WebAssembly giving you reactive, async streams in and out of WASM modules. GitHub | Protocol details | Rust source | Go source
  • Mark Nottingham: Server-Sent Events, WebSockets, and HTTP
    11 projects | news.ycombinator.com | 19 Feb 2022
    You might also checkout https://rsocket.io/
  • Server-Sent Events: the alternative to WebSockets you should be using
    19 projects | news.ycombinator.com | 12 Feb 2022
    My personal WebSockets vs SSE TL;DR goes something like this:

    * If you're on HTTP/2, start with SSE

    * If you need to send binary data, use WebSockets

    * If you need fast bidi streaming, use WebSockets

    * If you need backpressure and multiplexing for WebSockets, use RSocket or omnistreams[1] (one of my projects).

    [0]: https://rsocket.io/

    [1]: https://github.com/omnistreams/omnistreams-spec

  • Woe be onto you for using a WebSocket
    7 projects | news.ycombinator.com | 22 Dec 2021
    A few years ago I was more inclined to use WebSockets. They're undeniably cool. But as implemented in browsers (thanks to the asynchronous nature of JavaScript) they offer no mechanism for backpressure, and it's pretty trivial to freeze both Chrome and Firefox sending in a loop if you have a fast upload connection.

    I designed a small protocol[0] to solve this (and a few other handy features) which we use at work[1]. A more robust option to solve similar problems is RSocket[3].

    More recently I've been working on a reverse proxy[2], and realized how much of a special case WebSockets is to implement. Maybe I'm just lazy and don't want to implement WS in boringproxy, but these days I advocate using plain HTTP whenever you can get away with it. Server Sent Events on HTTP/1.1 is hamstrung by the browser connection limit, but HTTP/2 solves this, and HTTP/3 solves HTTP/2's head of line blocking problems.

    Also, as mentioned in the article, I try to prefer polling. This was discussed recently on HN[4].

    [0]: https://github.com/omnistreams

    [1]: https://iobio.io/2019/06/12/introducing-fibridge/

    [2]: https://boringproxy.io/

    [3]: https://rsocket.io/

    [4]: https://news.ycombinator.com/item?id=27823109

  • A note from our sponsor - InfluxDB
    www.influxdata.com | 12 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic rsocket-java repo stats
5
2,366
6.1
3 months ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Java is
the 8th most popular programming language
based on number of references?