Skip to content

Commit

Permalink
Added collaborators (moscajs#265)
Browse files Browse the repository at this point in the history
* Added collaborators
Give a big thanks for author, our collaborators and a great community

* Update README.md

* Fixed lint
  • Loading branch information
gnought authored and mcollina committed Jul 17, 2019
1 parent 93e381e commit 8015077
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Aedes  [![Build Status](https://travis-ci.org/mcollina/aedes.svg?branch=master)](https://travis-ci.org/mcollina/aedes) [![Coverage Status](https://coveralls.io/repos/mcollina/aedes/badge.svg?branch=master&service=github)](https://coveralls.io/github/mcollina/aedes?branch=master)
# Aedes
[![Build Status](https://travis-ci.org/mcollina/aedes.svg?branch=master)](https://travis-ci.org/mcollina/aedes) [![Known Vulnerabilities](https://snyk.io/test/github/mcollina/aedes/badge.svg)](https://snyk.io/test/github/mcollina/aedes) [![Coverage Status](https://coveralls.io/repos/mcollina/aedes/badge.svg?branch=master&service=github)](https://coveralls.io/github/mcollina/aedes?branch=master) [![NPM version](https://img.shields.io/npm/v/aedes.svg?style=flat)](https://www.npmjs.com/package/aedes) [![NPM downloads](https://img.shields.io/npm/dm/aedes.svg?style=flat)](https://www.npmjs.com/package/aedes)

Barebone MQTT server that can run on any stream server.

Expand All @@ -8,6 +9,7 @@ Barebone MQTT server that can run on any stream server.
* [Example](#example)
* [API](#api)
* [TODO](#todo)
* [Collaborators](#collaborators)
* [Acknowledgements](#acknowledgements)
* [License](#license)

Expand Down Expand Up @@ -406,6 +408,12 @@ You can subscribe on the following `$SYS` topics to get client presence:
- `$SYS/+/disconnect/clients` - will inform about client disconnections.
The payload will contain the `clientId` of the connected/disconnected client

## Collaborators

* [__Gavin D'mello__](https://github.com/GavinDmello)
* [__Behrad Zari__](https://github.com/behrad)
* [__Gnought__](https://github.com/gnought)

## Acknowledgements

This library is born after a lot of discussion with all
Expand Down
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,20 @@
"things"
],
"author": "Matteo Collina <[email protected]>",
"contributors": [
{
"name": "Gavin D'mello",
"url": "https://github.com/GavinDmello"
},
{
"name": "Behrad Zari",
"url": "https://github.com/behrad"
},
{
"name": "Gnought",
"url": "https://github.com/gnought"
}
],
"license": "MIT",
"devDependencies": {
"@types/node": "^12.6.3",
Expand Down

0 comments on commit 8015077

Please sign in to comment.