Briokin & Soketi Realtime
Overview
Briokin is a custom interactive application paired with a high-performance Soketi WebSocket server. Soketi provides Pusher Protocol v7 compatibility for real-time pub/sub messaging, client notifications, and dynamic live state synchronization.
Key Capabilities
- Pusher Protocol Compatibility: Drop-in replacement for Pusher JS/PHP/Python client libraries.
- WebSocket Gateway: Dedicated Gateway API route (
soketi.babdelka.com) supporting HTTP connection upgrades to WebSockets. - High Concurrency: Built on uWebSockets.js for low memory overhead and rapid message dispatching.
Operations & Health Check
# Verify Soketi WebSocket health
curl -s http://10.0.0.31 -H "Host: soketi.babdelka.com"
# View Soketi connection metrics
kubectl logs -n briokin -l app=soketi -f