Skip to main content

Module ws_server

Module ws_server 

Source
Expand description

WebSocket server for browser-based UI development

This module provides a WebSocket server that exposes the same IPC protocol used by the native WKWebView transport, enabling real-time communication between a browser-based UI and the Rust engine during development.

Structsยง

WsServer
WebSocket server for browser-based UI development