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

https://github.com/hissssst/pusher


https://github.com/hissssst/pusher

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Pusher

It has swagger doc available at `/api/swaggerui`

## Configuration example

```sh
PUSHER_JWT_SIGNER_SECRET=secret
PUSHER_PORT=4000
PUSHER_CONTROL_SECRET="other secret"
PUSHER_HOSTNAME=http://example.com
```

## Development

```sh
iex -S mix
```