rust-rdom VS symbolicator

Compare rust-rdom vs symbolicator and see what are their differences.

rust-rdom

๐Ÿ‚ A Rust-based simulated DOM (browser-independent replacement for web_sys) (by philip-peterson)
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
rust-rdom symbolicator
4 6
41 339
- 0.9%
7.8 9.3
over 2 years ago 6 days ago
Rust Rust
- MIT License
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.

rust-rdom

Posts with mentions or reviews of rust-rdom. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-17.
  • Seed โ€“ A Rust front-end framework for creating fast and reliable web apps
    18 projects | news.ycombinator.com | 17 Sep 2021
    There are two steps there: (1) rust-rdom working enough to be used by Yew, and (2) SSR support built out in Yew utilizing rust-rdom. Part (2) is pretty far away, but (1) is probably about halfway there. I think a more realistic use-case for the library is Sycamore which is much earlier and simpler than Yew. Sycamore support has a tracking issue here: https://github.com/rust-rdom/rust-rdom/issues/15
  • Call for collaborators - rdom (DOM in pure Rust)
    2 projects | /r/rust | 30 Mar 2021
    Hey, thanks for the suggestion. It already is largely generated - if you look at https://github.com/philip-peterson/rust-rdom/blob/a805f9439c380b3bf8b02572197a6b81eb425516/src/node/raw/mod.rs#L145 everything up to line 145 is basically defining the templates and then afterward is just instantiating that template for the different node types, with a few one-off customizations like for Document. The same is done in a few other places.

symbolicator

Posts with mentions or reviews of symbolicator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-18.
  • Practical nil panic detection for Go
    4 projects | news.ycombinator.com | 18 Nov 2023
    - it entirely removes a class of discussion of "opinion" on style. Tabs or spaces? Import ordering? Alignment? Doesn't matter, use go fmt. It's built into the toolchain, everyone has it. Might it be slightly more optimal to do X? Sure, but there's no discussion here.

    - it hits that sweet spot between python and C - compilation is wicked fast, little to no app startup time, and runtime is closer to C than it is to python.

    - interfaces are great and allow for extensions of library types.

    - it's readable, not overly terse. Compared to rust, e.g. [0], anyone who has any programming experience can probably figure out most of the syntax.

    We've got a few internal services and things in Go,vanr we use them for onboarding. Most of my team have had PR's merged with bugfixes on their first day of work, even with no previous go experience. It lets us care about business logic from the get go.

    [0] https://github.com/getsentry/symbolicator/blob/master/crates...

  • This isnโ€™t the way to speed up Rust compile times
    7 projects | news.ycombinator.com | 26 Aug 2023
    > Aren't they slower or about as slow as C++, which is notorious for being frustratingly slow, especially for local, non-distributed builds?

    Yes. Significantly slower. The last rust crate I pulled [0] took as long to build as the unreal engine project I work on.

    [0] https://github.com/getsentry/symbolicator/

  • Launch HN: Highlight.io (YC W23) โ€“ Open-source, full stack web app monitoring
    15 projects | news.ycombinator.com | 18 Jul 2023
    2022: https://blog.sentry.io/we-just-gave-260-028-dollars-to-open-...

    In addition to that, there are contributions to open source done in the form of code that is, open source, such as the symbolication service: https://github.com/getsentry/symbolicator and many others: https://github.com/getsentry/

  • Introduction to Sentry Symbolicator
    2 projects | news.ycombinator.com | 4 Apr 2023
  • Seed โ€“ A Rust front-end framework for creating fast and reliable web apps
    18 projects | news.ycombinator.com | 17 Sep 2021
    Digging up the topic, I also found that new framework https://github.com/tokio-rs/axum, which already seems to be popular.

    Sentry is rewriting some of their libs from Actix to Axum: https://github.com/getsentry/symbolicator/commit/b6ef7cb00b7...

  • Whatโ€™s up with these new not-open source licenses?
    2 projects | news.ycombinator.com | 18 Mar 2021
    Disclosure: I work at Sentry.

    > My personal term for this sort of "We're OK with little people using the software but we don't want any competition"

    Large companies are free to use Sentry. There are Fortune 50 companies running Sentry at scale internally without paying us a cent. That's totally cool.

    You're also free to compete with Sentry. You're not free to repackage Sentry for the purposes of competing us. There are lots of competing error and performance monitoring products out there that do perfectly fine without it.

    I should also note that many components of Sentry are distributed with OSI-approved licenses that you are free to use to compete with us. For example, our Symbolication service (https://github.com/getsentry/symbolicator) ships with an MIT license, and it's an important part of our business.

What are some alternatives?

When comparing rust-rdom and symbolicator you can also consider the following projects:

rust-dominator - Zero-cost ultra-high-performance declarative DOM library using FRP signals for Rust!

pgbouncer-fast-switchover - Adds query routing and rewriting extensions to pgbouncer

daisyui - ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ โ€ƒThe most popular, free and open-source Tailwind CSS component library

sycamore - A library for creating reactive web apps in Rust and WebAssembly

svgbobrus - Convert your ascii diagram scribbles into happy little SVG

pinwheel - Pinwheel is a library for writing web user interfaces with Rust.

dropshot - expose REST APIs from a Rust program

Seed - A Rust framework for creating web apps

sauron - A versatile web framework and library for building client-side and server-side web applications