Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/et1975/fable-mqtt
Fable bindings for mqtt.js
https://github.com/et1975/fable-mqtt
fable fsharp mqtt
Last synced: 3 months ago
JSON representation
Fable bindings for mqtt.js
- Host: GitHub
- URL: https://github.com/et1975/fable-mqtt
- Owner: et1975
- License: other
- Created: 2017-01-18T18:54:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T18:04:02.000Z (over 6 years ago)
- Last Synced: 2024-05-18T17:46:38.577Z (8 months ago)
- Topics: fable, fsharp, mqtt
- Language: F#
- Homepage:
- Size: 13.7 KB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
MqttJS: Fable bindings for [MqttJS](https://github.com/mqttjs/MQTT.js).
=======
[![nuget](https://badge.fury.io/nu/Fable.Mqtt.svg)](https://badge.fury.io/nu/Fable.Mqtt)### Using
1. `paket add Fable.Mqtt`
2. `yarn add mqtt`### Building the package
1. `dotnet restore`
2. `dotnet build`
3. `dotnet pack`