Free
For testing one product flow before launch.
✓1 realtime app
✓100 concurrent connections
✓50,000 events per month
✓Private and presence channels
✓Community support
DomVia Realtime adds live messaging, private channels, presence, notifications, usage visibility, and customer-safe status without turning your app into a messy realtime project.
ws.domvia.net
Realtime gateway
Private
Signed channel access
Visible
Usage and status signals
Live flow
Connect: Your product opens a live connection
Web, mobile, or server-side product surfaces connect through your realtime app credentials.
Product app
onlineUser action
Send message
private-chat.room.42
App event
A product action becomes a realtime event without making the whole app messy.
Gateway
ws.domvia.net
EU Central
Live output
activeConnect
Your product opens a live connection
Authorize
Private access is checked first
Deliver
Subscribers receive the moment instantly
Observe
The console keeps the signal visible
Console signal
Usage, security activity, and status signals flow back into the console.
Current step
Your product opens a live connection
Web, mobile, or server-side product surfaces connect through your realtime app credentials.
Product surface
DomVia Realtime gives your product a live layer, a secure console, and operational visibility while your main app keeps its own product experience.
Realtime apps
Run production, staging, and development traffic separately. Each app keeps its own credentials, region, origins, and usage view.
Create app →Private channels
Use private and presence channels for chat rooms, team dashboards, tenant groups, order screens, and support queues.
View docs →Operational visibility
Watch denied requests, origin issues, usage growth, incidents, and customer support from a console built for production work.
Open status →Developer flow
01
Create a realtime app for the product flow you want to make live.
02
Choose the trusted web, mobile, and server surfaces that can connect.
03
Use public, private, or presence channels based on the workflow.
04
Review usage, denied requests, status, and support signals as traffic grows.
const realtime = new DomViaRealtime({
key: "pk_live_xxxxx",
host: "ws.domvia.net",
});
const room = realtime.subscribe("private-chat.room.42");
room.on("message.new", (event) => {
renderMessage(event);
});Works with
Use cases
No heavy boxes here. These are the core realtime flows your customers actually feel.
Marketplace messaging
Live operations
Collaborative SaaS
Mobile product flows
Add realtime without rebuilding
Your product keeps its screens, users, and business logic. DomVia Realtime gives it the live gateway, channel controls, app credentials, usage visibility, and security review layer.
Existing product
App screens, users, workflows
DomVia Realtime
Gateway, channels, events, visibility
Pricing
Prices and limits are pulled from the DomVia Realtime plan API, so the homepage stays aligned with console limits and gateway enforcement.
Gateway
ws.domvia.net
Billing
Monthly
Policy
Plan-limited
Syncing pricing with live plan data...
For testing one product flow before launch.
✓1 realtime app
✓100 concurrent connections
✓50,000 events per month
✓Private and presence channels
✓Community support
For small teams shipping production realtime features.
✓5 realtime apps
✓1,000 concurrent connections
✓1,000,000 events per month
✓Optional E2EE for private chat
✓Standard support
For teams with higher traffic and faster support needs.
✓20 realtime apps
✓10,000 concurrent connections
✓10,000,000 events per month
✓E2EE-ready private channels
✓Webhooks
✓Priority support
For custom limits, rollout support, and dedicated requirements.
✓Custom app limits
✓Custom connection limits
✓Dedicated infrastructure options
✓Advanced E2EE support
✓Dedicated support
Status and support
The homepage can link to public availability and support. Private operations, admin controls, security internals, and diagnostics stay inside the protected console.
Ship the live layer
Create your app, copy the public key, add your allowed origin, connect channels, and watch the console as traffic grows.