Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
AppVeyor is not being used anymore
  • Loading branch information
kelindar authored Jun 26, 2021
1 parent 06b2ef9 commit 63e0c2f
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 63e0c2f

Please sign in to comment.