matrix-bot-sdk VS matrix-js-sdk

Compare matrix-bot-sdk vs matrix-js-sdk and see what are their differences.

matrix-bot-sdk

TypeScript/JavaScript SDK for Matrix bots (by turt2live)

matrix-js-sdk

Matrix Client-Server SDK for JavaScript (by matrix-org)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
matrix-bot-sdk matrix-js-sdk
2 7
184 1,452
- 3.4%
6.2 9.8
28 days ago 1 day ago
TypeScript TypeScript
MIT License Apache License 2.0
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.

matrix-bot-sdk

Posts with mentions or reviews of matrix-bot-sdk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-18.
  • Show HN: Linen – open-source Slack for communities
    11 projects | news.ycombinator.com | 18 Oct 2022
    > Mattermost and most open source chat tools not Google searchable.

    This seems like a good idea for a bot built with https://github.com/turt2live/matrix-bot-sdk (which is very easy, I've used it for a few small projects).

    The SDK has a callback for each new message - you could just put it into a DB and then render to static text.

  • The Matrix Space Beta
    9 projects | news.ycombinator.com | 18 May 2021
    Matrix's bot support should be excellent? It's arguably more robust than Discord's given it's an open API and there are tonnes of SDKs and bots building on it: https://github.com/turt2live/matrix-bot-sdk, https://matrix.org/docs/guides/usage-of-matrix-bot-sdkhttps:..., etc.

    What do you mean by 'smart widgets based on url'?

matrix-js-sdk

Posts with mentions or reviews of matrix-js-sdk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-08.
  • Show HN: Mutable.ai – Turn your codebase into a Wiki
    14 projects | news.ycombinator.com | 8 Jan 2024
    I'd quite like some more high level documentation for the Matrix JS SDK (https://github.com/matrix-org/matrix-js-sdk). I've been looking at it for quite some time and still don't understand how timelines work.
  • Element (Matrix) adds video/voice rooms
    7 projects | news.ycombinator.com | 14 Jul 2022
  • Native Matrix VoIP with Element Call
    14 projects | news.ycombinator.com | 5 Mar 2022
    Currently we don't force TURN, so in practice this means that voice packets go direct between the clients if possible, and so the IP addresses of the clients are necessarily exposed to each other.

    However, this is utterly trivial to fix: matrix-js-sdk already exposes https://github.com/matrix-org/matrix-js-sdk/blob/96ba061732b... and we simply haven't exposed it as a setting in Element Call yet. I've filed a bug for it at https://github.com/vector-im/element-call/issues/251 - thanks for bringing it up!

    In terms of moderation: this is no different to moderation in Matrix as a whole, where we're already busy working on shared greylists (MSC2313 and friends) - https://matrix.org/blog/2020/10/19/combating-abuse-in-matrix... has more details at the end.

  • Introducing Native Matrix VoIP with Element Call!
    5 projects | /r/linux | 5 Mar 2022
    We expect to turn it on in the next few weeks - the problem we were debugging that we meant it was turned off looks to be fixed. https://github.com/matrix-org/matrix-js-sdk/pull/2002 is the PR that will need to merge to enable it ftr.
  • Mistakes to Avoid Before Submitting Your Pull Request
    3 projects | dev.to | 26 Oct 2021
    Unlike any open source projects to which I've contributed, this project involves 2 other repos, matrix-react-sdk and matrix-js-sdk. As explained in the Development guide in the element-web repo, I need those 2 SDKs in order to build Element successfully for code contribution.

What are some alternatives?

When comparing matrix-bot-sdk and matrix-js-sdk you can also consider the following projects:

matrix-appservice-discord - A bridge between Matrix and Discord.

matrix-react-sdk - Matrix SDK for React Javascript

BotFramework-Emulator - A desktop application that allows users to locally test and debug chat bots built with the Bot Framework SDK.

rnnoise-wasm - rnnoise noise suppression library as a WASM module

matrix-doc - Proposals for changes to the matrix specification [Moved to: https://github.com/matrix-org/matrix-spec-proposals]

element-call - Group calls powered by Matrix

Element - A glossy Matrix collaboration client for the web.

matrix-appservice - Wechaty [Matrix] Application Services Bridge

Git - Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.

element-desktop - A glossy Matrix collaboration client for desktop.

matrix-static - A static golang generated preview of public world readable Matrix rooms.

seshat - A Matrix message database/indexer