Advanced

Realtime

The realtime feature is planned for a future OmniSvelte release.

Realtime (Planned)

This feature is on the OmniSvelte roadmap and is not yet implemented.

See the public roadmap for the target release and design notes.

What's planned

  • WebSocket channels via CrossWS
  • SSE (Server-Sent Events) for lighter use cases
  • Model-level broadcast: Post.subscribe('created', handler)
  • OmniPlugin channel registration API
  • omni monitor:realtime connection inspector

Proposed API

js
// svelte.config.js (proposed)
omni: {
  realtime: { enabled: true }
}

Want to help build this?

Open a GitHub Discussion to share ideas or contribute to the design.