MQTT Broker for Expo application
npm install expo-moquette
import { startServerAsync } from "expo-moquette";
// ...
const result = await startServerAsync({
host: '0.0.0.0',
port: 1883,
wsPort: 8080,
username: 'admin',
password: 'admin',
});
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT