Alpha

Conjoin Relay

Schedule messages to HTTP endpoints, manage task queues, and broadcast real-time events to connected clients.

Serverless messaging

Deliver messages to endpoints without running persistent workers

Schedule tasks that call your HTTP endpoints with payloads, manage queues for serverless functions, and broadcast real-time events to frontends with presence tracking and bidirectional messaging.

Conjoin IDE

Select a file to view its contents

Capabilities

Queue tasks and schedule jobs without worker infrastructure

Callback-based messaging

Schedule messages that call your HTTP endpoints with payloads for serverless platforms.

Queue management

Organize tasks into queues with priority levels, delays, and rate limiting.

Broadcast channels

Publish events to channels and enable bidirectional messaging between clients and servers.

Presence tracking

Track who is online in real time and notify when users join or leave channels.

MemoryStore

Managed Redis clusters for caching, session storage, and real-time data with automatic failover.

Scheduled tasks

Run recurring tasks with cron syntax or one-time messages with timezone support.

Event subscriptions

Subscribe to events with pattern matching and route to handlers without message brokers.

Delivery guarantees

Automatic retries with exponential backoff and dead-letter handling for failures.

< 100ms
Message latency

Time from schedule to callback invocation

99.95%
Delivery success rate

Messages delivered after retry attempts

500K+
Messages per second

Per-queue throughput capacity

Why it matters

Process events asynchronously without managing servers

Schedule tasks for serverless functions

Send messages that call your HTTP endpoints with payloads. Works with Lambda, Vercel, Cloudflare Workers, and any serverless platform without persistent processes.
In practice

Process uploaded videos by scheduling a task with the video ID. For example, the task calls your /api/process-video endpoint on Vercel with the payload. Your function runs, processes the video, and returns. No workers needed.

Manage queues without infrastructure

Organize tasks into queues with priorities, delays, and rate limits. Messages deliver to your endpoints in order with automatic retry logic.
In practice

Create an email-queue with rate limiting at 100 messages per minute. Schedule 10,000 email tasks. Your /api/send-email endpoint gets called at the rate limit without overwhelming your system or managing queue infrastructure.

Real-time broadcast for any use case

Publish events to channels that clients subscribe to, track who is online with presence, and send messages bidirectionally between frontends and backends.
In practice

Build a collaborative document editor where users see each other's cursor positions in real time. Subscribe to the document channel, publish cursor updates, and use presence to show who is viewing. No infrastructure to manage.

Built for Your Workflow

Ship faster with solutions designed for real-world needs

How Conjoin solves this

Schedule a task with your endpoint URL and payload. Relay calls your function when scheduled, regardless of how long processing takes. Your function completes on its own timeline without timeout pressure.

Impact

Handle long-running work on Lambda or Vercel without hitting timeout limits.

How Conjoin solves this

Configure rate limits per queue to control delivery pace. Queue 10,000 tasks and Relay delivers them at your specified rate, respecting downstream API limits without custom throttling code.

Impact

Process bulk operations at controlled rates without building rate limiting logic.

How Conjoin solves this

Schedule recurring tasks with cron syntax and timezone support. Relay calls your endpoint at the scheduled time. Edit or cancel scheduled tasks before execution.

Impact

Run daily reports and scheduled jobs without EC2 instances or crontab maintenance.

How Conjoin solves this

Subscribe clients to channels and publish events that reach all subscribers instantly. Track presence to show who is online, and enable bidirectional messaging between clients and servers.

Impact

Ship live notifications and collaborative features without running WebSocket servers.

FAQ

Common questions about Conjoin Relay

Ship your application today

Start building with Conjoin today. Free tier includes everything you need to prototype and launch. Scale when you're ready.