Skip to content
/ mqtts Public
forked from Nerixyz/mqtts

MQTT client written in Typescript

Notifications You must be signed in to change notification settings

f0rr0/mqtts

 
 

Repository files navigation

MQTTS (MQTT Typescript)

MQTTS is a MQTT library. It currently supports MQTT 3.1.1 but may support MQTT 5 in the future.

These are the key features:

  • Multiple Transports (TLS, TCP, more to come)
  • Focus On Extensibility
  • Written in Typescript
  • Parameterized listeners: devices/:name/color will also give you any object with the properties: {name: '...'}

Check out the example.

About

MQTT client written in Typescript

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.9%
  • JavaScript 0.1%