awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

15 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • alamofire/alamofireAvatar von Alamofire

    Alamofire/Alamofire

    42,385Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗42,385
  • onevcat/kingfisherAvatar von onevcat

    onevcat/Kingfisher

    24,277Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗24,277
  • perfectlysoft/perfectAvatar von PerfectlySoft

    PerfectlySoft/Perfect

    13,753Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗13,753
  • kean/nukeAvatar von kean

    kean/Nuke

    8,600Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,600
  • glock45/swifterAvatar von glock45

    glock45/swifter

    4,018Auf GitHub ansehen↗

    Swifter ist eine leichtgewichtige HTTP-Server-Engine und Netzwerkbibliothek für die Programmiersprache Swift. Sie bietet eine minimale Netzwerkschicht, die für das Hosten interner Webdienste, den Bau serverseitiger Anwendungen und die Implementierung benutzerdefinierter HTTP-Server entwickelt wurde. Das Projekt ermöglicht die Erstellung eingebetteter Webdienste für Fernsteuerung oder Statusüberwachung und unterstützt leichtgewichtiges Web-Hosting mit minimalem Footprint. Die Funktionen decken die Verwaltung von Raw-TCP-Verbindungen und Netzwerk-Sockets ab und nutzen einen Request-Response-Zyklus, um eingehende Daten in HTTP-Anfragen zu parsen und auf Handler-Funktionen abzubilden.

    HTTP server engine.

    Swift
    Auf GitHub ansehen↗4,018
  • daltoniam/swifthttpAvatar von daltoniam

    daltoniam/SwiftHTTP

    1,898Auf GitHub ansehen↗

    Thin wrapper around NSURLSession in swift. Simplifies HTTP requests.

    Thin wrapper for URLSession requests.

    Swift
    Auf GitHub ansehen↗1,898
  • tidwall/swiftwebsocketAvatar von tidwall

    tidwall/SwiftWebSocket

    1,547Auf GitHub ansehen↗

    Fast Websockets in Swift for iOS and OSX

    High-performance WebSocket client.

    Swift
    Auf GitHub ansehen↗1,547
  • izqui/taylorAvatar von izqui

    izqui/Taylor

    924Auf GitHub ansehen↗

    A lightweight library for writing HTTP web servers with Swift

    Web server library.

    Swift
    Auf GitHub ansehen↗924
  • sky-uk/reactiveapiAvatar von sky-uk

    sky-uk/ReactiveAPI

    79Auf GitHub ansehen↗

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

    Declarative network abstraction layer.

    Swift
    Auf GitHub ansehen↗79
  • aerogear/aerogear-ios-httpA

    aerogear/aerogear-ios-http

    0Auf GitHub ansehen↗

    Thin layer for HTTP requests using URLSession.

    Auf GitHub ansehen↗0
  • dongri/oauthswiftD

    dongri/OAuthSwift

    0Auf GitHub ansehen↗

    OAuth authentication library.

    Auf GitHub ansehen↗0
  • justhttp/justJ

    JustHTTP/Just

    0Auf GitHub ansehen↗

    HTTP library with a human-friendly API.

    Auf GitHub ansehen↗0
  • ashfurrow/moyaA

    ashfurrow/Moya

    0Auf GitHub ansehen↗

    Network abstraction layer for API requests.

    Auf GitHub ansehen↗0
  • nghialv/netN

    nghialv/Net

    0Auf GitHub ansehen↗

    HTTP request wrapper.

    Auf GitHub ansehen↗0
  • ricardopereira/socketio-kitR

    ricardopereira/SocketIO-Kit

    0Auf GitHub ansehen↗

    Socket.io client implementation.

    Auf GitHub ansehen↗0
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. HTTP Networking