soundpubsub VS observable

Compare soundpubsub vs observable and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
soundpubsub observable
1 9
0 515
- 1.6%
0.0 8.2
28 days ago 10 days ago
Bikeshed
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

soundpubsub

Posts with mentions or reviews of soundpubsub. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-28.
  • Observable API Proposal
    6 projects | news.ycombinator.com | 28 Jul 2023
    My "observation" about observability and "reactive type" of code is that old school proxies, events and ways of defining expressions that get computed when the dependecies change is a much simpler way of programm reactive UIs (for example MVVM style of architectures) compared with a functional programming approach. Of course the naive approch does not work properly because any change in dependent values will trigger undesired side effects, reentrace, infinite loops, etc. However in a programming language like JavaScript if the observability is based on a Sound PubSub System these kind of problems reduce to becoming surpinsingly irelevant. If you want to undestand more about this, take a look on https://github.com/OpenDSU/soundpubsub/ We used this approach to implement two ways binding and reactive MVVM web frameworks but this comment is to present this insight that it is possible to have a "procedural" and "spreadsheet like" method of implementing intuitive and sound rectivity without bending your mind with streams or anything very abstract. In a low code environment this could be essential.

observable

Posts with mentions or reviews of observable. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-31.
  • Proposal: Signals as a Built-In Primitive of JavaScript
    9 projects | news.ycombinator.com | 31 Mar 2024
  • What We Need Instead of "Web Components"
    8 projects | news.ycombinator.com | 22 Dec 2023
    > especially since Observables have been widely available and actively worked on for a long time, without seeing wide adoption

    Take a look at "Userland libraries" section [0] of the proposal (almost certainly written by Ben). He argues that observables get reinvented in the userland in various libraries over and over again. It is a primitive, like a Promise, only better.

    [0] - https://github.com/WICG/observable?tab=readme-ov-file#userla...

  • Observable API Proposal
    1 project | news.ycombinator.com | 25 Nov 2023
    6 projects | news.ycombinator.com | 28 Jul 2023
  • Observable API proposal
    1 project | /r/programming | 24 Nov 2023
    1 project | /r/Frontend | 6 Nov 2023
    1 project | /r/coding | 4 Nov 2023
  • You Don't Need to “Learn” Svelte: Embracing the Simplicity of JavaScript
    2 projects | news.ycombinator.com | 4 Sep 2023
    Perhaps this falls into the repetitive boilerplate category you referred to, but if you want framework-agnostic domain objects that still work well with Svelte, create your own using the observer pattern.

    Create an object with a subscribe method and whatever other methods make sense for updating its state. Svelte will treat it like one of its stores, and it will work with the $ syntax. It can be used with React via its `useSyncExternalStore` hook. It can be used with SolidJS via its `from` utility.

    If you don't want to handle the set-up boilerplate, you could use another library like Effector or RxJS, but of course, that means another dependency. There is a gradual move to make something like this a part of the platform[1], but who knows when or if it will land.

    [1] https://github.com/domfarolino/observable

What are some alternatives?

When comparing soundpubsub and observable you can also consider the following projects:

proposal-async-iterator-helpers - Methods for working with async iterators in ECMAScript

starfx - A modern approach to side-effect and state management for web apps.

proposal-observable - Observables for ECMAScript

bruh - The thinnest possible layer between development and production for the modern web.

BrightFutures - Write great asynchronous code in Swift using futures and promises

Reactor - Powering your RAC architecture