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