Logo
Volver
Biblioteca open-source de cliente MQTT para React

React MQTT WebSocket

Biblioteca open-source de cliente MQTT para React con API basada en hooks y suscripciones de tópicos en tiempo real.

  • TypeScript
  • React
  • Node.js
Período
2022

An open-source MQTT client library for React applications, created to simplify integration with MQTT brokers over WebSocket in real-time web platforms.

Developed while working at FDTE on industrial and public-sector platforms that required live data from IoT devices and event-driven systems.

Highlights

  • Hooks-based API (useMqtt, useSubscription) following React idioms
  • Automatic reconnection with exponential backoff
  • TypeScript-first with full type inference for message payloads
  • Zero dependencies beyond the standard MQTT.js client