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

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

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

1 个仓库

Awesome GitHub RepositoriesJavaScript-Free Messaging Systems

Asynchronous chat applications implemented using only server-side logic and standard HTML/CSS without client-side scripting.

Distinct from Asynchronous Messaging Frameworks: Distinct from general Asynchronous Messaging Frameworks as it specifically targets the removal of client-side JavaScript.

Explore 1 awesome GitHub repository matching web development · JavaScript-Free Messaging Systems. Refine with filters or upvote what's useful.

Awesome JavaScript-Free Messaging Systems GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • kkuchta/css-only-chatkkuchta 的头像

    kkuchta/css-only-chat

    6,595在 GitHub 上查看↗

    css-only-chat 是一个无 JavaScript 的 Web 应用程序,仅使用 HTML 和 CSS 实现异步消息传递系统。它作为一个聊天界面,完全通过服务器端逻辑和标准浏览器行为实现实时更新和用户交互。 该项目使用基于 CSS 选择器的请求触发器来发送数据,利用浏览器自动加载背景图像来发起服务器请求。为了在不完全刷新页面的情况下提供更新,它利用 HTTP 分块传输流,保持响应打开并增量地将 HTML 片段附加到客户端。 该系统在后端管理应用程序状态,集成远程键值存储以实现消息持久性,并使用发布-订阅机制在并发用户会话之间同步状态。用户界面通过将现有的 HTML 元素替换为从服务器传递的新版本来刷新。

    Implements a complete asynchronous chat application that functions entirely without the use of client-side JavaScript frameworks.

    Ruby
    在 GitHub 上查看↗6,595
  1. Home
  2. Web Development
  3. JavaScript-Free Messaging Systems