awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
slogsdon avatar

slogsdon/http

0
View on GitHub↗
12 स्टार्स·1 फोर्क·Elixir·6 व्यूज़

Http

HTTP server for Elixir

Features

  • HTTP Clients and Servers - HTTP server implementation.

स्टार हिस्ट्री

slogsdon/http के लिए स्टार हिस्ट्री चार्टslogsdon/http के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Http के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Http के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • twisted/twistedtwisted का अवतार

    twisted/twisted

    5,969GitHub पर देखें↗

    Twisted is an event-driven networking engine for Python that provides a framework for building asynchronous network applications. At its core, it uses a reactor-based event loop to drive all input and output, dispatching callbacks in a single thread without blocking. The library implements a deferred promise chain for composing asynchronous logic, along with a protocol and factory pattern that separates connection state management from protocol handling, enabling reusable handlers for different network protocols. The framework supports multiple event loops across platforms, including select,

    Pythonasyncasync-pythondns
    GitHub पर देखें↗5,969
  • micronaut-projects/micronaut-coremicronaut-projects का अवतार

    micronaut-projects/micronaut-core

    6,418GitHub पर देखें↗

    Micronaut Application Framework

    Javacloudnativegroovyjava
    GitHub पर देखें↗6,418
  • ipfs/js-ipfsipfs का अवतार

    ipfs/js-ipfs

    7,401GitHub पर देखें↗

    js-ipfs is an HTTP client library that connects to any IPFS daemon, enabling JavaScript applications to interact with the InterPlanetary File System. It provides a promise-based asynchronous API for managing content-addressed storage, where all data is identified by cryptographic hashes (CIDs) for immutable references and deduplication. The library communicates with a remote IPFS node through HTTP requests, supporting cancellation of in-flight operations via standard AbortController signals. The library offers a comprehensive set of capabilities for working with IPFS, including adding and ret

    JavaScriptdecentralizeddistributedimmutable
    GitHub पर देखें↗7,401
  • codeplea/hands-on-network-programming-with-ccodeplea का अवतार

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

    701GitHub पर देखें↗

    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

    C
    GitHub पर देखें↗701
Http के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

slogsdon/http क्या करता है?

HTTP server for Elixir

slogsdon/http की मुख्य विशेषताएं क्या हैं?

slogsdon/http की मुख्य विशेषताएं हैं: HTTP Clients and Servers।

slogsdon/http के कुछ ओपन-सोर्स विकल्प क्या हैं?

slogsdon/http के ओपन-सोर्स विकल्पों में शामिल हैं: ipfs/js-ipfs — js-ipfs is an HTTP client library that connects to any IPFS daemon, enabling JavaScript applications to interact with… twisted/twisted — Twisted is an event-driven networking engine for Python that provides a framework for building asynchronous network… micronaut-projects/micronaut-core — Micronaut Application Framework. codeplea/hands-on-network-programming-with-c — This project serves as a comprehensive tutorial and technical resource for developing network applications in the C… crowdhailer/raxx — Interface for HTTP webservers, frameworks and clients. clj-commons/aleph — Asynchronous streaming communication for Clojure - web server, web client, and raw TCP/UDP.