mqtt-next

1.0.18 • Public • Published

mqtt-next

Mqtt implementation for usage in next.js

NPM JavaScript Style Guide

Install

npm install --save mqtt-next

Usage

import React, { Component } from 'react'

import MyComponent from 'mqtt-next'
import 'mqtt-next/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © tom-con

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.18
    14
    • latest

Version History

Package Sidebar

Install

npm i mqtt-next

Weekly Downloads

5

Version

1.0.18

License

MIT

Unpacked Size

33.3 kB

Total Files

7

Last publish

Collaborators

  • tomcon