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

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

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

15 रिपॉजिटरी

Awesome GitHub RepositoriesHTTP Networking

Networking libraries and web server frameworks.

Explore 15 awesome GitHub repositories matching part of an awesome list · HTTP Networking. Refine with filters or upvote what's useful.

Awesome HTTP Networking GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • alamofire/alamofireAlamofire का अवतार

    Alamofire/Alamofire

    42,385GitHub पर देखें↗

    Alamofire is an HTTP networking library that provides a foundation for managing network requests and responses through a chainable, type-safe interface. It serves as an asynchronous request manager, coordinating concurrent network operations and data streams while maintaining application responsiveness. The library distinguishes itself through a protocol-oriented request adaptation system, which utilizes interceptors to modify or authenticate requests before dispatch. It employs a middleware-driven pipeline to process traffic, handling encoding, authentication, and error recovery in a modular

    Standard HTTP networking library.

    Swiftalamofirecarthagecertificate-pinning
    GitHub पर देखें↗42,385
  • onevcat/kingfisheronevcat का अवतार

    onevcat/Kingfisher

    24,277GitHub पर देखें↗

    Kingfisher is a library for downloading, caching, and displaying remote images in Swift applications. It provides an integrated framework that manages the entire lifecycle of remote assets, from initial network retrieval to final rendering within user interface components. The library distinguishes itself through a two-tiered storage mechanism that balances rapid access via volatile memory with persistent availability through disk caching. It features a modular processing pipeline that allows for dynamic image transformations, such as applying filters or geometric modifications, during the re

    Library for downloading and caching web images.

    Swiftcachefiltersimage
    GitHub पर देखें↗24,277
  • perfectlysoft/perfectPerfectlySoft का अवतार

    PerfectlySoft/Perfect

    13,753GitHub पर देखें↗

    Perfect is a server-side Swift framework designed for building high-performance web applications, REST APIs, and backend services. It provides an asynchronous HTTP server that handles web traffic through an event loop, alongside a web template engine for generating dynamic HTML pages. The project includes a WebSocket communication library for implementing bidirectional, real-time data exchange between clients and servers. It also provides a database connector to establish connections and exchange data between Swift applications and external database stores. The framework's capabilities cover

    Web framework for server-side Swift.

    Swift
    GitHub पर देखें↗13,753
  • kean/nukekean का अवतार

    kean/Nuke

    8,600GitHub पर देखें↗

    Nuke is an image loading system designed to fetch, cache, and render images and short video clips within a user interface. It functions as an asset caching engine and a resumable download manager to handle the retrieval of remote media files. The framework includes a request priority manager to coordinate duplicate requests and order loading based on visual importance. It employs an image prefetching strategy to load visuals into memory before they are required and uses an LRU asset cache to reduce network traffic. The system covers broader capabilities in traffic management and data storage

    Advanced image loading and caching framework.

    Swift
    GitHub पर देखें↗8,600
  • glock45/swifterglock45 का अवतार

    glock45/swifter

    4,018GitHub पर देखें↗

    Swifter is a lightweight HTTP server engine and networking library for the Swift programming language. It provides a minimal networking layer designed for hosting internal web services, building server-side applications, and implementing custom HTTP servers. The project enables the creation of embedded web services for remote control or status monitoring and supports lightweight web hosting with a minimal footprint. Its capabilities cover the management of raw TCP connections and network sockets, using a request-response cycle to parse incoming data into HTTP requests and map them to handler

    HTTP server engine.

    Swift
    GitHub पर देखें↗4,018
  • daltoniam/swifthttpdaltoniam का अवतार

    daltoniam/SwiftHTTP

    1,898GitHub पर देखें↗

    Thin wrapper around NSURLSession in swift. Simplifies HTTP requests.

    Thin wrapper for URLSession requests.

    Swift
    GitHub पर देखें↗1,898
  • tidwall/swiftwebsockettidwall का अवतार

    tidwall/SwiftWebSocket

    1,547GitHub पर देखें↗

    Fast Websockets in Swift for iOS and OSX

    High-performance WebSocket client.

    Swift
    GitHub पर देखें↗1,547
  • izqui/taylorizqui का अवतार

    izqui/Taylor

    924GitHub पर देखें↗

    A lightweight library for writing HTTP web servers with Swift

    Web server library.

    Swift
    GitHub पर देखें↗924
  • sky-uk/reactiveapisky-uk का अवतार

    sky-uk/ReactiveAPI

    79GitHub पर देखें↗

    Write clean, concise and declarative network code relying on URLSession, with the power of RxSwift. Inspired by Retrofit.

    Declarative network abstraction layer.

    Swift
    GitHub पर देखें↗79
  • aerogear/aerogear-ios-httpA

    aerogear/aerogear-ios-http

    0GitHub पर देखें↗

    Thin layer for HTTP requests using URLSession.

    GitHub पर देखें↗0
  • dongri/oauthswiftD

    dongri/OAuthSwift

    0GitHub पर देखें↗

    OAuth authentication library.

    GitHub पर देखें↗0
  • justhttp/justJ

    JustHTTP/Just

    0GitHub पर देखें↗

    HTTP library with a human-friendly API.

    GitHub पर देखें↗0
  • ashfurrow/moyaA

    ashfurrow/Moya

    0GitHub पर देखें↗

    Network abstraction layer for API requests.

    GitHub पर देखें↗0
  • nghialv/netN

    nghialv/Net

    0GitHub पर देखें↗

    HTTP request wrapper.

    GitHub पर देखें↗0
  • ricardopereira/socketio-kitR

    ricardopereira/SocketIO-Kit

    0GitHub पर देखें↗

    Socket.io client implementation.

    GitHub पर देखें↗0
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. HTTP Networking