mqtt.org
The mqtt.org website (by mqtt)
reduct-js
ReductStore Client SDK for Javascript (by reductstore)
mqtt.org | reduct-js | |
---|---|---|
33 | 21 | |
5,093 | 6 | |
0.2% | - | |
5.5 | 6.5 | |
24 days ago | 6 days ago | |
SCSS | TypeScript | |
- | 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.
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.
mqtt.org
Posts with mentions or reviews of mqtt.org.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-04-14.
- A hackable AI assistant using a single SQLite table and a handful of cron jobs
-
Measuring Crowd Engagement with an MQTT-based IoT App
We will explore a Spin application that uses the MQTT trigger and deploy it to run on your Kubernetes cluster using SpinKube, whether on the edge or in the cloud. MQTT is a lightweight, publish-subscribe messaging protocol that enables devices to send and receive messages through a broker. Our Spin app will receive MQTT messages from sound devices that are at each booth and chart booth volume over time. The result is a visual graph of engagement at each booth.
-
RabbitMQ on Kubernetes
RabbitMQ is an open-source message broker software that implements a handful of messaging protocols, originally the AMQP (Advanced Message Queuing Protocol), and also includes web-based ones such as STOMP (Simple Text Orientated Messaging Protocol), MQTT (Message Queuing Telemetry Transport), and WebSockets to decouple applications that share asynchronous data. RabbitMQ not only serves as an attractive messaging system choice due to its robustness and well-maintained open-source nature but also stands out for its ease of use and configuration. Before creating our first RabbitMQ instance and cluster, let's explore some fundamental concepts around messaging and check out some common use cases.
-
(MQTT Series) Part 2 - Setting Up a Broker
Mosquitto itself does not support cluster deployment, but it can be implemented through the backend, see MQTT server support for details.
-
(MQTT Series) Part 3 - Publishing Subscribing and Topics
'$' is a reserved prefix for internal topics, even if you subscribe with a single '#', the Broker will not send them to you unless you explicitly subscribe, like the common $SYS topics;
-
Simplest Guide to DIY Your Own LLM Toy in 2024
MQTT (optional): If you're aiming for advanced customization, familiarity with MQTT (a lightweight messaging protocol) will be beneficial for communicating between the toy and the server.
-
How to Keep a History of MQTT Data With Node.js
The MQTT protocol is widely used in IoT applications because of its simplicity and ability to connect different data sources to applications using a publish/subscribe model. While many MQTT brokers support persistent sessions and can store message history as long as an MQTT client is not available, there may be cases where data needs to be stored for a longer period. In such cases, it is recommended to use a time series database. There are many options available, but if you need to store unstructured data such as images, sensor data, or Protobuf messages, consider using ReductStore. It is a time series database specifically designed for storing large amounts of blob data and optimized for IoT and edge computing.
-
Introducing SeaStreamer 🌊 - a stream processing toolkit for working with Kafka and Redis Streams
https://mqtt.org is more popular, but its more complex. You will unlikely write your own mqtt while you can easily write own stomp broker.
-
Control your IoT devices with this new MQTT Client in C# (published on NuGet)
I wanted to share my latest package (published on NuGet) implementing the MQTT v5 protocol.
- I'm working on a project, which will let me connect esp01 board directly to database like mongo DB.
reduct-js
Posts with mentions or reviews of reduct-js.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-20.
-
Getting Started with ReductStore in Node.js
This quick start guide will walk you through the process of installing and using the ReductStore JavaScript Client SDK to read and write data to a ReductStore instance.
-
How to Keep a History of MQTT Data With Node.js
When we call bucket.beginWrite we create an entry in the bucket if it doesn’t exist yet. Then we write data to the entry with the current timestamp. Now our MQTT data is safe and sound in the storage, and we can access them by using the same SDK.
-
ReductStore v1.5.0 has been released
Traditionally, we have aligned our official SDKs for Python, C++, and JavaScript with the latest API so that you can use the latest features.
-
ReductStore v1.4.0 in Rust has been released
JavaScript Client SDK
-
Subscribing new records with Reduct C++ SDK
You can use this feature in a Python or JavaScript application by using the Python and JavaScript client SDKs.
-
New Release of ReductStore JavaScript SDK v1.3.0
we are pleased to announce the release of version 1.3.0 of the ReductStore SDK for JavaScript. This version supports the new features of ReductStore v1.3, including labels and content type.
-
Quick Start with the ReductStore JavaScript SDK
Now that you have a basic understanding of how ReductStore works, you can start using it in your projects. You can find more information about the ReductStore JavaScript SDK here.
-
How to keep a history of MQTT data with Node.js
When we call bucket.beginWrite we create an entry in the bucket if it doesn't exist yet. Then we write data to the entry with the current timestamp. Now our MQTT data is safe and sound in the storage, and we can access them by using the same SDK.
-
ReductStore Client SDK for JavaScript v1.2.0: New Features and Example Use
ReductStore has released v1.2.0 of its JavaScript SDK. This update includes support for ReductStore API version 1.2 with the new Client.me method, which allows you to retrieve information about your current API token and its permissions.
-
All Client SDKs were updated for Reduct Storage v1.1.0
If you've been using the Reduct Storage client-side SDKs for Python, JavaScript or C++ to interact with your storage instances, then you'll want to upgrade to the latest version. This week, all of our SDKs were updated to support Reduct Storage v1.1.0 with Token API. With this new release, we've made some important enhancements and bug fixes that will make your development experience smoother and more productive. So make sure you upgrade today!
What are some alternatives?
When comparing mqtt.org and reduct-js you can also consider the following projects:
vala-www - Website of the Vala programming language
web-console - Web console for ReductStore
emqtt - Erlang MQTT 5.0 Client
reduct-cpp - ReductStore Client SDK for C++
mosquitto - Eclipse Mosquitto - An open source MQTT broker
reduct-cpp - ReductStore Client SDK for C++ [Moved to: https://github.com/reductstore/reduct-cpp]