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

Readme

Keywords

none

Package Sidebar

Install

npm i mqtt-next

Weekly Downloads

0

Version

1.0.18

License

MIT

Unpacked Size

33.3 kB

Total Files

7

Last publish

Collaborators

  • tomcon