0.0.1-development • Published 4 years ago
borokero-http v0.0.1-development
HTTP Broker for IoT based on aedes
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 
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!
0.0.1-development
4 years ago