Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abbychau/queue-mounts

Queue Mounts is a hooking system on top of a built-in mqtt server, in Golang.
https://github.com/abbychau/queue-mounts

Last synced: 11 days ago
JSON representation

Queue Mounts is a hooking system on top of a built-in mqtt server, in Golang.

Awesome Lists containing this project

README

        

# Queue Mounts

A persistent MQTT server that with MySQL-based-Auth, ACL, boltDB-based persistence, Websockets support.

## Usage

```bash
mv auth-mysq.example.yml auth-mysql.yml
# Edit auth-mysql.yml
go run main.go --conf=auth-mysql.yml
```