awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • itzcrazykns/perplexicaالصورة الرمزية لـ ItzCrazyKns

    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/reactorالصورة الرمزية لـ reactor

    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-cالصورة الرمزية لـ codeplea

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

    701عرض على GitHub↗

    This project serves as a comprehensive tutorial and technical resource for developing network applications in the C programming language. It focuses on the practical application of the Berkeley socket interface, guiding users through the implementation of low-level network protocols and the management of data transmission across both connection-oriented and connectionless streams. The material distinguishes itself by covering the full lifecycle of network communication, from initializing system-level protocol stacks and resolving domain names to managing complex connection behaviors. It provi

    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.