hydrogen-web VS umurmur

Compare hydrogen-web vs umurmur and see what are their differences.

hydrogen-web

Lightweight matrix client with legacy and mobile browser support (by element-hq)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
hydrogen-web umurmur
8 7
621 229
1.3% 0.0%
7.6 0.0
20 days ago about 1 year ago
TypeScript C
Apache License 2.0 BSD 3-clause "New" or "Revised" 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.

hydrogen-web

Posts with mentions or reviews of hydrogen-web. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-13.
  • Matrix 2.0: How we’re making Matrix go voom
    28 projects | news.ycombinator.com | 13 Feb 2023
    Yes! See https://github.com/vector-im/hydrogen-web/releases/tag/v0.3....
  • Why is Element so BLOATED? Criticisms from a normie
    2 projects | /r/matrixdotorg | 25 Jul 2022
    I think you're right, the experience of element on Android isn't great, I use mostly the web app that seems to get more attention and doesn't feel as sluggish. But to bring some hope, I think this will change soon-ish. The Matrix ecosystem has been in kind of a MVP state for several years, the focus was more on the protocol/APIs and not so much on the performance that translates in user experience. But efforts are on the way to improve all of this, on the client side there are several projects working on other clients that might be more performant, including the company behind Element, they have a work-in-progress lightweight client https://github.com/vector-im/hydrogen-web On the server side most servers run Synapse which is written in Python without much though for performance or scalability but there are faster/lighter alternatives on the way like Dendrite or Conduit. It also doesn't help that most accounts are in the same overcrowded Synapse server(matrix.org), overtime it should become more common to have more alternatives and people even running their home server embedded in their device.
  • Element (Matrix) launches Chatterbox, end-to-end encrypted embedded chat
    9 projects | news.ycombinator.com | 7 Jul 2022
    It’s using normal Matrix olm/megolm double ratchet encryption.

    To track the identity of who you’re talking to we can do TOFU and/or normal out of band Matrix verification as per https://github.com/vector-im/hydrogen-web/issues/518 - but this isn’t yet exposed in Chatterbox. We’ll get it added, as without verification you obviously can’t spot a MITM.

  • Looks like Poal finally got big enough that got their attention.
    1 project | /r/RedditAlternatives | 18 Jan 2022
    You can use this web app to access the chat. Join the #general channel. https://github.com/vector-im/hydrogen-web
  • Has anyone tried to host element-web on a personal server?
    3 projects | /r/element | 21 Nov 2021
    Hydrogen's installation process was pretty much exactly the same as Element, the github README was just a lot less specific and there is no config file so you have to edit the HTML directly to get it to point to your site instead of matrix.org by default.
  • What Is React: A Visual Introduction for Beginners
    2 projects | news.ycombinator.com | 4 Feb 2021
    > I'm rather convinced at this point that all of these people chanting "Can we just go back to traditional approaches!" have never built a web app of reasonable complexity, never used something like React, or have some sort of combination of FOMO and/or comfort in their long-held approach.

    I've got plenty of React & front-end experience and vastly prefer a thin library on top of the DOM than something like React, also for large applications. React is ok if all goes well, but when you have to debug or profile something, all the complexity behind the scenes occludes what you are looking for. Most of the time, people want JSX so you need a transpiler. Also keeping up with changes in new React releases seems like a lot of lost time.

    I've been building [1] without a transpiler and just a 600 lines template library (see [2]), and it has been such a breath of fresh air. The fact that there is so little code between you and the browser makes it very easy to see what is going on. Call stacks of max around 15 frames.

    It sounds like you are comparing React to jquery code without components, and I justed wanted to highlight that DOM APIs have evolved since those days, and that you don't need a library like React to structure your code.

    React has popularized good ideas in front-end development, like components, but I think the complexity cost of a virtual DOM is often underestimated.

    1: https://github.com/vector-im/hydrogen-web/

  • Why Isn’t Telegram End-to-End Encrypted by Default
    2 projects | news.ycombinator.com | 11 Jan 2021
    Matrix's resource utilisation is improving very rapidly at the moment.

    Dendrite is still in beta, and hasn't been tuned that much yet, but every release has had a substantial improvement. In other words, if you're not using today's release (0.3.5) you're on stale data. For context, dendrite.matrix.org (running 0.3.5) has ~5K users on it, and is in ~3K rooms spanning 162K users... and its RAM usage is stable at 488MB (occasionally spiking to 2GB during traffic spikes). This doesn't seem unreasonable at all for a chat server of that size. Meanwhile, Synapse has been steadily improving too.

    On the client side, Hydrogen (https://hydrogen.element.io, https://github.com/vector-im/hydrogen-web) is our next-gen client implementation, which gives you full E2EE, complete with backup (I have no idea what Durov is banging on about in the OP) - and uses 14MB of RAM for an account in 3,000 rooms spanning 350K users (i.e. my personal one). This is an 100x improvement on Element Web which uses 1.4GB for the same account, although there's also a lot of optimisation that can be done there too.

    If I was going to criticise Matrix, I'd focus more on the fact that there are still a lot of papercuts on Element's UX which are holding us back. We're painfully aware of this though and are trying to fix as rapidly as we can.

  • Slack Ongoing Connection Issues
    5 projects | news.ycombinator.com | 4 Jan 2021
    it’s a entirely new codebase; probably best way to visualise progress is to look at the contributor graphs at https://github.com/vector-im/hydrogen-web

umurmur

Posts with mentions or reviews of umurmur. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-19.
  • VoRS: Vo(IP) Simple Alternative to Mumble
    15 projects | news.ycombinator.com | 19 Apr 2024
    >...its server side is still written on Qt, which requires hundreds of megabytes of additional libraries to build it up.

    See:

    https://github.com/umurmur/umurmur

  • Ask HN: Why are so many OSS communities on Discord?
    1 project | news.ycombinator.com | 23 Sep 2023
    I've tried to make this argument in the past and gained no traction. What I did instead was to create self hosted chat things as a fallback for the times when Discord or Slack have a green status page but their applications fail to operate. Even light-weight daemons like uMurmur [1] or devzat ssh-chat can be handy in a time of need if a quorum know to fall back to it. Self hosted tools are also handy when one wants to share links or text that should not be on 3rd party sites forever and for eternity

    [1] - https://github.com/umurmur/umurmur/wiki/Configuration

    [2] - https://github.com/quackduck/devzat

  • Ask HN: Why isn't WiFi calling free?
    1 project | news.ycombinator.com | 24 Mar 2023
    Adding a more private self hosted option, there is uMurmur [1] which is light-weight enough to run on a Linux router. One of the mobile apps that works with it is Mumla.

    There is of course the full blown Murmur [2] install that works a little more like Discord in that people can create channels and there is a permission system.

    [1] - https://github.com/umurmur/umurmur/wiki/Configuration

    [2] - https://wiki.mumble.info/wiki/Main_Page

  • Matrix 2.0: How we’re making Matrix go voom
    28 projects | news.ycombinator.com | 13 Feb 2023
    For the other layers one can front-end IRC with TheLounge [1][2] or Convos [3][4]. TheLounge only persists history in private mode meaning that users are created in that front-end and chat messages are in Redis. For small networks or groups of friends this is probably fine.

    Notably missing is voice chat. I use the Mumble client [5] with the Murmur or uMurmur [6] server which is light-weight enough to run on ones home router. I use it on Alpine Linux, works great. It's not a shiny and attention grabbing as Discord but probably fine for everyone else. For people to create their own voice channels would require the full-blown Murmur server.

    [1] - https://github.com/thelounge

    [2] - https://thelounge.chat/

    [3] - https://github.com/convos-chat/convos/

    [4] - https://convos.chat/

    [5] - https://www.mumble.info/

    [6] - https://github.com/umurmur/umurmur/wiki/Configuration

  • Signal Says It Will Exit India Rather Than Compromise Its Encryption
    8 projects | news.ycombinator.com | 27 Oct 2022
    I suppose people should decide for themselves if they take the word of a centralized service. Convenience is a factor after all.

    For those that have small circles of friends they wish to chat with and minimize the number of ISP's their traffic traverses, I would suggest tinkering around with uMurmur [1] There are pre-built packages in several operating systems package managers. The configuration is dirt simple [2] and the daemon is very light weight, designed to run on home routers. Use certbot to generate LE certs or just use self-signed. One TCP and one UDP port must be forwarded to the daemon, default port being 64738. One can set a server-wide password to keep strangers off of it, or set passwords per-channel.

    uMurmur is not E2EE but if it is running on your own router and you are talking with your friends that you know and trust then maybe that is less of an issue. The mobile client is Mumla. Just put in the IP or hostname of the uMurmur instance.

    [1] - https://github.com/umurmur/umurmur

    [2] - https://github.com/umurmur/umurmur/wiki/Configuration

  • Mumble: Open-Source, Low Latency, High Quality Voice Chat
    7 projects | news.ycombinator.com | 26 Jun 2021
    I like https://umurmur.net/ since it can run totally headless at the cost of some of Murmur's features. Mainline Murmur (the Mumble server) requires QT5 and mDNSResponder and various DB drivers and even D-Bus if you look at it crossways
  • Remotely transfer audio from Raspberry Pi
    1 project | /r/sdr | 16 Feb 2021
    I believe quite a few people use umurmur for stuff like this. Note that it's encrypted and I don't believe that can be shut off, so don't run it over, say, HamWAN, but I don't imagine that was the plan anyway.

What are some alternatives?

When comparing hydrogen-web and umurmur you can also consider the following projects:

element-ios - A glossy Matrix collaboration client for iOS

fivem - The source code for the Cfx.re modification frameworks, such as FiveM, RedM and LibertyM, as well as FXServer.

Synapse - Synapse: Matrix homeserver written in Python/Twisted.

Mumble - Mumble is an open-source, low-latency, high quality voice chat software.

ssh-chat - Chat over SSH.

element-x-ios - Next generation Matrix client for iOS built with SwiftUI on top of matrix-rust-sdk.

Alpine.js - A rugged, minimal framework for composing JavaScript behavior in your markup.

oxen-core - Oxen core repository, containing oxend and oxen cli wallets

safesupport-chatbox - An embeddable chatbox built on Matrix

element-x-android - Android Matrix messenger application using the Matrix Rust Sdk and Jetpack Compose

Alpine

pantalaimon - E2EE aware proxy daemon for matrix clients.