-
-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AppVeyor is not being used anymore
- Loading branch information
Showing
1 changed file
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
![](https://s3.amazonaws.com/cdn.misakai.com/www-emitter/logo/emitter_logo_blue.png) | ||
<p align="center"> | ||
<img src="https://s3.amazonaws.com/cdn.misakai.com/www-emitter/logo/emitter_logo_blue.png" border="0" alt="kelindar/column"> | ||
<br> | ||
<img src="https://img.shields.io/github/go-mod/go-version/emitter-io/emitter" alt="Go Version"> | ||
<a href="https://goreportcard.com/report/github.com/emitter-io/emitter"><img src="https://goreportcard.com/badge/github.com/emitter-io/emitter" alt="Go Report Card"></a> | ||
<a href="https://coveralls.io/github/emitter-io/emitter"><img src="https://coveralls.io/repos/github/emitter-io/emitter/badge.svg" alt="Coverage"></a> | ||
<a href="https://twitter.com/emitter_io"><img src="https://img.shields.io/twitter/follow/emitter_io.svg?style=social&label=Follow" alt="Twitter"></a> | ||
</p> | ||
|
||
[![Join the chat at https://gitter.im/emitter-io/public](https://badges.gitter.im/emitter-io/public.svg)](https://gitter.im/emitter-io/public?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
[![Build status](https://ci.appveyor.com/api/projects/status/6im4291ao9i664ix?svg=true)](https://ci.appveyor.com/project/Kelindar/emitter) | ||
[![Coverage Status](https://coveralls.io/repos/github/emitter-io/emitter/badge.svg?branch=master)](https://coveralls.io/github/emitter-io/emitter?branch=master) | ||
[![Go Report Card](https://goreportcard.com/badge/github.com/emitter-io/emitter)](https://goreportcard.com/report/github.com/emitter-io/emitter) | ||
[![Twitter Follow](https://img.shields.io/twitter/follow/emitter_io.svg?style=social&label=Follow)](https://twitter.com/emitter_io) | ||
|
||
# Emitter: Distributed Publish-Subscribe Platform | ||
## Emitter: Distributed Publish-Subscribe Platform | ||
|
||
Emitter is a distributed, scalable and fault-tolerant publish-subscribe platform built with MQTT protocol and featuring message storage, security, monitoring and more: | ||
* **Publish/Subscribe** using MQTT over TCP or Websockets. | ||
|
@@ -204,6 +205,8 @@ docker run -d -p 8080:8080 -p 4000:4000 -e EMITTER_LICENSE=[key] -e EMITTER_CLUS | |
|
||
## Support, Discussion, and Community | ||
|
||
[![Join the chat at https://gitter.im/emitter-io/public](https://badges.gitter.im/emitter-io/public.svg)](https://gitter.im/emitter-io/public?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
|
||
If you need any help with Emitter Server or any of our client SDKs, please join us at either our [gitter chat](https://gitter.im/emitter-io/public) where most of our team hangs out at or drop us an e-mail at <[email protected]>. | ||
|
||
Please submit any Emitter bugs, issues, and feature requests to emitter-io>emitter. If there are any security issues, please email [email protected] instead of posting an open issue in Github. | ||
|