1 个仓库
Server-side frameworks that maintain a live, stateful connection with the client for real-time UI updates.
Distinct from Server-Side Rendering Frameworks: Distinct from Server-Side Rendering Frameworks: focuses on persistent state synchronization rather than just initial page rendering.
Explore 1 awesome GitHub repository matching web development · State-Synchronized Frameworks. Refine with filters or upvote what's useful.
SwiftWebUI 是一个服务端 UI 框架和声明式 Web 库,允许使用基于 SwiftUI 模式的语法创建 Web 界面。它作为一个服务端驱动的系统,界面结构和状态在服务端管理,并在 Web 浏览器中渲染。 该框架支持通过镜像原生 Apple 平台界面模式的声明式领域特定语言来开发 Web 界面。它在服务端和浏览器之间保持实时连接,以处理实时状态同步和用户交互。 该系统涵盖了跨平台界面设计以及导航和输入控件等交互元素的管理。它利用差异化更新仅修改页面中已更改的部分,并采用持久的双向连接来传输用户输入和 UI 更新。
Renders interfaces on the server and synchronizes state and interactivity with the browser in real time.