Realtime Gateway
Multi-tenant WebSocket gateway
Enterprise-Ready Realtime Infrastructure

Build Real-Time Features Without the Complexity

A production-ready, multi-tenant WebSocket gateway with JWT authentication, Redis presence tracking, and a simple browser SDK. Perfect for Laravel, Node.js, or any backend.

Multi-tenant
JWT Secured
Redis Powered
Production Ready
gateway.js
// Connect to gateway
const gateway = await Gateway.connect({
  url: "https://your-gateway.com",
  app_id: "your_app_id",
  token: token,
  domain: window.location.hostname
});

// Join room
await gateway.join('chat-room-1');

// Listen for events
gateway.on('new-message', (data) => {
  console.log('Message:', data);
});

Everything You Need

Powerful features to build real-time applications with confidence

Realtime Gateway · Node.js · Socket.IO · Redis · MySQL