awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesWeb State Synchronization

Mechanisms for keeping the state of a web page current by passing differential data via native bridges.

Distinct from Set State Syncing: Focuses on syncing differential HTML data from native to web, not reactive Set/Map state management.

Explore 1 awesome GitHub repository matching web development · Web State Synchronization. Refine with filters or upvote what's useful.

Awesome Web State Synchronization GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • tencent/vassonicTencent 的头像

    Tencent/VasSonic

    11,860在 GitHub 上查看↗

    VasSonic is a hybrid mobile app framework for Android and iOS designed to optimize the loading speed of web views. It functions as a web view performance optimizer and a mobile web resource cache, utilizing an HTML differential update engine to minimize remote network fetches and reduce first-screen load times. The framework distinguishes itself by splitting HTML into static templates and dynamic data, calculating differences between server state and cached content to send only modified fragments. It employs a native-to-JavaScript bridge to sync these server-side data updates directly into th

    Fetches differential data and passes the results back to the page using JavaScript callbacks to keep content current.

    Javaandroid-sdkh5hybrid
    在 GitHub 上查看↗11,860
  1. Home
  2. Web Development
  3. Web State Synchronization