You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
SudoPlz edited this page May 3, 2014
·
10 revisions
Welcome to the mosca wiki!
What is Mosca:
Mosca is a MQTT broker.
That means that mosca implements the mqtt protocol, so that you can run your own mqtt server on node.js.
Features
MQTT 3.1 compliant.
QoS 0 and QoS 1.
Various storage options for QoS 1 offline packets, and subscriptions.
As fast as it is possible.
Usable inside ANY other node.js app.
Does it scale?
Eventhough Mosca is a MQTT broker, if you need to scale it out, you need to use another broker as it does not have any clustering support in itself.
Some of the brokers it supports are the following: