borokero-http

http broker based on nodejs

Usage no npm install needed!

<script type="module">
  import borokeroHttp from 'https://cdn.skypack.dev/borokero-http';
</script>

README

HTTP Broker for IoT based on aedes

Open Source Love Build Status

HTTP Broker is based on Ponte project a great work of Matteo Collina but with AEDES core and service REST API for IoT or Internet of Things.

Installation

  • Clone this repo. git clone https://github.com/borokero/borokero-http

  • Change directory. cd borokero-http

  • npm install

  • If you running in Development mode, for loading environment variable, it's necessary to change env.sample file name to .env and customize it.

  • Run Example with: npm start

  • for getting the content of a topic {url} use curl http://localhost:3000/resources/hello

  • for Updating a topic {url} use curl -X PUT -d "Hello World" http://localhost:3000/resources/hello

Contributing contributions welcome

Anyone with interest in or experience with the following technologies are encouraged to join the project. And if you fancy it, join the Telegram group here for Devs and say Hello!