expo-broker-moquette
TypeScript icon, indicating that this package has built-in type declarations

0.1.0-alpha.6 • Public • Published

expo-broker-moquette

MQTT Broker for Expo application

Installation

npm install expo-broker-moquette

Usage

import { startServerAsync } from "expo-broker-moquette";

// ...

const result = await startServerAsync({
  host: '0.0.0.0',
  port: 1883,
  wsPort: 8080,
  username: 'admin',
  password: 'admin',
});

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Package Sidebar

Install

npm i expo-broker-moquette

Weekly Downloads

1

Version

0.1.0-alpha.6

License

MIT

Unpacked Size

105 kB

Total Files

18

Last publish

Collaborators

  • okobsamoht