Skip to content

giautm/expo-moquette

Repository files navigation

expo-moquette

MQTT Broker for Expo application

Installation

npm install expo-moquette

Usage

import { startServerAsync } from "expo-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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published