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.
- Host: GitHub
- URL: https://github.com/sawirstudio/bunpush
- Owner: sawirstudio
- License: other
- Created: 2025-12-24T10:59:31.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-02T10:39:05.000Z (6 months ago)
- Last Synced: 2026-01-08T08:59:37.309Z (5 months ago)
- Topics: bun, messaging, push, push-notifications, realtime, websocket
- Language: TypeScript
- Homepage: https://bunpush.com
- Size: 27.3 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).