https://github.com/hissssst/pusher
https://github.com/hissssst/pusher
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hissssst/pusher
- Owner: hissssst
- License: other
- Created: 2025-07-14T20:49:34.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-14T21:02:29.000Z (3 months ago)
- Last Synced: 2025-07-15T01:10:06.286Z (3 months ago)
- Language: Elixir
- Size: 16.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
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
```