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

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

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

3 个仓库

Awesome GitHub RepositoriesNetworked Web Services

Web applications configured for external network accessibility.

Distinguishing note: Focuses on the service exposure aspect of web applications.

Explore 3 awesome GitHub repositories matching web development · Networked Web Services. Refine with filters or upvote what's useful.

Awesome Networked Web Services GitHub Repositories

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

    ItzCrazyKns/Perplexica

    35,308在 GitHub 上查看↗

    Perplexica is an AI-powered search engine that synthesizes real-time web results into coherent, cited summaries. By utilizing large language models and retrieval augmentation, the platform gathers information from the live internet to provide accurate answers to complex user queries, ensuring that all generated content includes verifiable source citations. The project functions as a search orchestration platform that aggregates data from multiple sources and exposes these capabilities through standard endpoints. This allows for automated data integration, enabling external software to retriev

    A local or cloud-hosted application configuration that exposes search and synthesis capabilities to external users and devices.

    TypeScriptai-agentsai-search-engineanswering-engine
    在 GitHub 上查看↗35,308
  • reactor/reactorreactor 的头像

    reactor/reactor

    3,688在 GitHub 上查看↗

    Reactor is a reactive streams library and framework for building asynchronous data pipelines. It provides a system for coordinating execution contexts via an asynchronous event-loop manager, alongside a set of reactive abstractions for implementing high-performance TCP, UDP, QUIC, and HTTP services. The project includes a specialized testing tool for verifying the timing and order of asynchronous data flows and a bill of materials to synchronize compatible versions of core reactive libraries and networking add-ons. Its capability surface covers non-blocking network services, demand-based bac

    Creates reactive HTTP and WebSocket endpoints with integrated support for compression, logging, and tracing.

    在 GitHub 上查看↗3,688
  • codeplea/hands-on-network-programming-with-ccodeplea 的头像

    codeplea/Hands-On-Network-Programming-with-C

    701在 GitHub 上查看↗

    该项目作为在 C 语言中开发网络应用程序的综合教程和技术资源。它专注于 Berkeley 套接字接口的实际应用,指导用户实现底层网络协议并管理跨面向连接和无连接流的数据传输。 该材料通过涵盖网络通信的全生命周期脱颖而出,从初始化系统级协议栈和解析域名到管理复杂的连接行为。它提供关于构建利用非阻塞输入和输出操作来高效处理多个并发请求的并发服务的说明。 除了基本连接外,该仓库还解决了安全和诊断功能的集成。它演示了如何用加密层包装套接字流以进行安全通信,并提供检查网络流量以排查连接和性能问题的方法。内容被结构化为寻求直接针对操作系统接口理解和实现健壮网络服务的开发者的实用参考。

    Builds minimal web services for remote resource fetching and content serving.

    C
    在 GitHub 上查看↗701
  1. Home
  2. Web Development
  3. Networked Web Services

探索子标签

  • Reactive EndpointsWeb service endpoints implemented using reactive stream patterns for non-blocking I/O. **Distinct from Networked Web Services:** Focuses on the reactive implementation of the endpoint rather than general network accessibility.