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

https://github.com/sawirstudio/bunpush

Modern Realtime solution that doesn't make you sweat. Simply use Pusher's API and you're good to go.
https://github.com/sawirstudio/bunpush

bun messaging push push-notifications realtime websocket

Last synced: 24 days ago
JSON representation

Modern Realtime solution that doesn't make you sweat. Simply use Pusher's API and you're good to go.

Awesome Lists containing this project

README

          

# BunPush 🎉

BunPush is a Pusher-compatible WebSocket server built with Bun.

## Features

- Pusher-compatible WebSocket server
- Built with Bun
-

## Installation

1. Docker

```bash
docker run -d --name bunpush -p 3000:3000 sawirstudio/bunpush:latest
```

2. Single Executable File

```bash
./bunpush
```

3. Bun

```bash
bun --bun index.ts
```

## License

BunPush is released under the [O'Saasy License](LICENSE.md).