P
patuih
PATUIH CORE NETWORK|v1.2 Released

Lightning Fast
Realtime Layer

Publish, synchronize, and orchestrate realtime events at edge locations worldwide. Powered by WebSockets with sub-millisecond latencies and zero server management.

Edge Latency
< 2.5ms
Reliability
99.999%
Standard
WS • SSE
WebSockets2,841
Msg Rate12.4k/s
P95 Latency1.8ms
patuih-live-stream
ws://api.patuih.dev/v1/liveCONNECTED
Simulate event:
patuih.emit(,)
The Obstacle

Realtime Infrastructure Is Still Painful.

Building reliable realtime features means writing socket layers, handling load balancers, and dealing with connection dropouts.

WebSocket Scaling

Managing millions of concurrent connections requires complex brokers, clustering, and memory tuning.

Reconnect & Recover

Dropped client connections require state recovery, buffers, and backoff retry patterns to prevent message gaps.

Event Delivery Sync

Keeping distributed client states in sync is hard without a reliable global sequencing or event delivery bus.

The Solution

Focus On Your Product. We Scale the Network.

Patuih provides a unified realtime layer, giving your application sub-5ms event propagation without maintenance overhead.

Real-time Telemetry

Gain complete visibility into event pipelines, network load, active channels, and client subscription states.

Edge Delivery Gateway

Publish event payloads once, and our network automatically routes and broadcasts them to listening clients worldwide.

State Replication

Synchronize client and server states in real time. Recover client data seamlessly on reconnection without loss.

Architecture Mesh

Global Edge Event Fabric

How events travel instantly from backend microservices through Patuih and out to clients around the globe.

Your App Publisher
Node, Go, Python Services
Patuih Router Mesh
INGESTSEQUENCEFANOUT
React Clients
Browsers
Mobile Apps
iOS/Android
Server Consumers
Webhooks
IoT Streams
Subscribers
Developer Experience

Write Less Code. Move Data Faster.

Integrate client listeners and publisher streams in minutes. No boilerplates, cluster settings, or network configuration.

1import { usePatuih } from "@patuih/react"
2
3export default function LiveFeed() {
4 // Subscribe to channel event in one hook
5 usePatuih("global.feed", "comment.created", (payload) => {
6 console.log("New Comment:", payload.text)
7 })
8
9 return <div>Real-time event listener active</div>
10}
Simulated SDK Terminal
>[patuih-sdk] Connecting to edge node...
>[patuih-sdk] Connected (Latency: 1.4ms)
>[patuih-sdk] Subscribed to channel "global.feed"
>[patuih-sdk] Received event "comment.created" -> "Hello World!"
Observability Dashboard

Total Telemetry, Zero Configuration.

Monitor payload sizes, throughput bandwidth, averages latencies, and connection streams directly from our dashboard console.

Active Connections
2,847+12%
Events/sec
14.2k+8%
Avg Latency
1.8ms-0.4ms
Global Nodes
12 nodes99.99%
Live Streaming Feed
payment.successpayments2s ago
user.joinedchat.room-425s ago
order.createdorders12s ago
stream.endedlive.abc12330s ago
Active Cluster Channels
chat.room-420.8ms156 clients
notifications1.2ms89 clients
orders.live1.5ms43 clients
stream.abc1230.6ms12 clients
Use Cases

Built For Every Realtime Scenario.

From low-latency audio widgets to telemetry sync and AI triggers, Patuih powers high-throughput data layers.

Livestream Interactions

Synchronize live chats, emotes, and virtual gifts instantly among millions of simultaneous stream viewers.

Event-driven AI pipelines

Chain and trigger backend LLM inference workflows, processing telemetry queues, and update clients in real-time.

Creator widgets

Build realtime alert boxes, interactive browser source graphics, and widgets for OBS stream overlays.

Application Telemetry

Broadcast live logs, performance spikes, error alerts, and diagnostic diagnostics instantly to team channels.

Webhooks Automation

Trigger background actions, jobs, database changes, or webhook payloads in response to client triggers.

Collaborative Dashboards

Power collaborative code editors, multiplayer Figma-like canvas tools, and dashboards with immediate cursor sync.

Ready to Build Your Real-time Flow?

Get started on our free tier. Stream up to 100,000 events/month, configure unlimited channels, and hook up your clients instantly.

$npm install @patuih/client