Plug & Play Real-Time Service — Instant Global Connectivity

Relay handles your real-time communication needs, so you can focus on building smarter, faster systems for IoT, chat, live polls, and more—all with global latency under 100ms.

Product image

Core Capabilities

Guaranteed Message Delivery

Ensure every message reaches its destination. Our infrastructure delivers data reliably, so nothing is lost in transit—even during spikes or unexpected outages.

Sub-100ms Latency

Keep users engaged with near-instant updates. Our global infrastructure delivers real-time responses in under 100 milliseconds, ideal for chat, IoT, and live dashboards.

Massive Scalability

Handle heavy traffic with ease. Designed to support millions of concurrent connections, our infrastructure is ready for any growth or high-demand scenario.

End-to-End Encryption

Protect sensitive data from prying eyes. All communications are fully encrypted from sender to receiver, ensuring complete privacy and security.

Explore Features

How It Works

1. Select a SDK

Coming soon

3. Deploy

Share your real-time experience with the world

2. Integrate Into Your Codebase

Simple Pub/Sub with Minimal Code

realtime = Realtime({
	"api_key": "<KEY>",
	"secret": "<KEY>"
})
realtime.init()

def on_message(data):
	print(data)
	# Application logic....
    
# Listen to a topic
await realtime.on("power_telemetry", on_message)

# Publish to a topic
await realtime.publish("acc_data", {
	"acc_x": 1,
	"acc_y": 0,
	"acc_y": 0.5
})
var realtime = new Realtime({
	"api_key": "<KEY>",
	"secret": "<KEY>"
})
realtime.init()

// Subscribe to a topic
await realtime.on("power_telemetry", (data) => {
	console.log(data);
	// Application logic...
});

// Publish to a topic
await realtime.on("acc_data", {
	"acc_x": 1, 
	"acc_y": 0,
	"acc_x": 0.5
});
See Examples

Use Cases

Relay powers real-time communications across multiple domains

Stream telemetry from a micro-controller straight into Grafana in real time!

** The plugin needs to be installed in Grafana manually. We have submitted our plugin to Grafana for review. After approval, you can effortlessly install it via the Grafana UI without needing to use the command line.

Visualize factory floor metrics in real time on Grafana or build your own visualization tool!

** The needs to be installed in Grafana manually. We have submitted our plugin to Grafana for review. After approval, you can effortlessly install it via the Grafana UI without needing to use the command line.

Create score dashboards that show scores in real time!

** The plugin needs to be installed in Grafana manually. We have submitted our plugin to Grafana for review. After approval, you can effortlessly install it via the Grafana UI without needing to use the command line.

Host live polls and feed them into your frontend apps in real time!

** The plugin needs to be installed in Grafana manually. We have submitted our plugin to Grafana for review. After approval, you can effortlessly install it via the Grafana UI without needing to use the command line.

Configure and build your own real time experiences according to your needs!

** The plugin needs to be installed in Grafana manually. We have submitted our plugin to Grafana for review. After approval, you can effortlessly install it via the Grafana UI without needing to use the command line.

Get Started

Ready to get started?

Take the first step to growing your business
Get started