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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

23 مستودعات

Awesome GitHub RepositoriesServer Side Swift

Frameworks and tools for server-side Swift development.

Explore 23 awesome GitHub repositories matching part of an awesome list · Server Side Swift. Refine with filters or upvote what's useful.

Awesome Server Side Swift GitHub Repositories

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

    vapor/vapor

    26,138عرض على GitHub↗

    Vapor is a comprehensive server-side web framework designed for building scalable, high-performance applications and APIs in Swift. It provides a non-blocking, event-loop-based runtime that manages concurrent task processing, background job queues, and asynchronous request handling. The framework is built around a dependency injection container that manages the lifecycle and resolution of services, configurations, and database connections throughout the request pipeline. The framework distinguishes itself through a protocol-oriented design that emphasizes type safety across all layers of the

    Elegant web framework.

    Swiftframeworkhttphttp2
    عرض على GitHub↗26,138
  • perfectlysoft/perfectالصورة الرمزية لـ PerfectlySoft

    PerfectlySoft/Perfect

    13,753عرض على GitHub↗

    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

    Server-side Swift application server.

    Swift
    عرض على GitHub↗13,753
  • ibm-swift/kituraالصورة الرمزية لـ IBM-Swift

    IBM-Swift/Kitura

    7,585عرض على GitHub↗

    Kitura is a server-side web framework for building web applications and APIs using the Swift programming language. It provides a native HTTP server for hosting network traffic and implementing REST APIs. The framework features a pluggable middleware architecture that allows for the insertion of custom logic into the request-response pipeline. It utilizes a Codable data processor to automate the serialization and deserialization of HTTP requests and responses using Swift data models. The system includes a trie-based route matching mechanism for mapping URL paths to handlers and supports the F

    Web framework and HTTP server.

    Swift
    عرض على GitHub↗7,585
  • kitura/kituraالصورة الرمزية لـ Kitura

    Kitura/Kitura

    7,585عرض على GitHub↗

    Kitura is a server-side web framework for building HTTP services and web applications using the Swift programming language. It functions as an HTTP server that handles incoming requests, routes traffic, and serves responses. The framework serves as a Codable REST API framework, enabling the encoding and decoding of native Swift data types for web service communication. It also provides a FastCGI web interface to connect Swift applications to external web servers for improved scalability. The system includes capabilities for secure web communication through SSL/TLS network encryption, server-

    Provides a comprehensive framework for building high-performance server-side applications using Swift.

    Swift
    عرض على GitHub↗7,585
  • swiftybeaver/swiftybeaverالصورة الرمزية لـ SwiftyBeaver

    SwiftyBeaver/SwiftyBeaver

    6,066عرض على GitHub↗

    SwiftyBeaver is an extensible logging framework for Swift that routes log output to multiple destinations simultaneously, including the Xcode console, local files, and remote cloud services. It supports recording messages at distinct severity levels with corresponding visual styling, and can attach arbitrary contextual data such as numbers, arrays, or dictionaries to log entries without requiring manual string conversion. The framework distinguishes itself through destination-based log routing, where each output target can have its own independent format and filter configuration managed by a

    Runs on Linux and inside Docker containers, integrating with server-side Swift frameworks like Vapor for backend logging.

    Swift
    عرض على GitHub↗6,066
  • robbiehanson/cocoahttpserverالصورة الرمزية لـ robbiehanson

    robbiehanson/CocoaHTTPServer

    5,609عرض على GitHub↗

    CocoaHTTPServer هو خادم ويب مضمن خفيف الوزن مصمم للتعامل مع طلبات الشبكة الواردة وتقديم محتوى التطبيق المحلي. ينفذ المشروع اكتشاف الخدمة القائم على Bonjour لبث توفر الخادم على الشبكات المحلية ويدعم WebDAV لإدارة الملفات عن بُعد، مما يسمح بإنشاء الملفات ونقلها وتحريرها عبر HTTP. تتم إدارة أمن الشبكة من خلال تشفير TLS القائم على الشهادات ومصادقة الموارد القائمة على كلمة المرور. تتم إدارة توجيه الطلبات عبر نظام قائم على المفوض (delegate)، بينما تتم إدارة الاتصالات المتزامنة باستخدام Grand Central Dispatch.

    Embeddable HTTP server.

    Objective-C
    عرض على GitHub↗5,609
  • glock45/swifterالصورة الرمزية لـ glock45

    glock45/swifter

    4,018عرض على GitHub↗

    Swifter هو محرك خادم HTTP خفيف الوزن ومكتبة شبكات للغة البرمجة Swift. يوفر طبقة شبكات دنيا مصممة لاستضافة خدمات الويب الداخلية، وبناء تطبيقات من جانب الخادم، وتنفيذ خوادم HTTP مخصصة. يُمكّن المشروع من إنشاء خدمات ويب مدمجة للتحكم عن بُعد أو مراقبة الحالة ويدعم استضافة الويب خفيفة الوزن ببصمة دنيا. تغطي إمكانياته إدارة اتصالات TCP الخام ومآخذ الشبكة، باستخدام دورة طلب-استجابة لتحليل البيانات الواردة إلى طلبات HTTP وربطها بوظائف المعالجة.

    Enables the creation of server-side applications and APIs with a minimal footprint using Swift.

    Swift
    عرض على GitHub↗4,018
  • httpswift/swifterالصورة الرمزية لـ httpswift

    httpswift/swifter

    4,018عرض على GitHub↗

    Swifter هو محرك خادم HTTP ونظام توجيه مكتوب بلغة البرمجة Swift. يعمل كخادم ويب قادر على التعامل مع طلبات الشبكة وتقديم استجابات مثل HTML والنص العادي. يوفر المشروع خادم WebSocket بلغة Swift لإنشاء قنوات اتصال ثنائية الاتجاه في الوقت الفعلي لتبادل النصوص والبيانات الثنائية. كما يتضمن خادم ملفات ثابت يربط مسارات URL بالأدلة المحلية للوصول المباشر إلى نظام الملفات. يدير المحرك توجيه طلبات HTTP عن طريق ربط مسارات URL محددة بوظائف المعالجة لتقديم محتوى ديناميكي أو عمليات إعادة توجيه.

    Tiny HTTP server engine.

    Swift
    عرض على GitHub↗4,018
  • sauliusgrigaitis/swiftonالصورة الرمزية لـ sauliusgrigaitis

    sauliusgrigaitis/Swifton

    1,952عرض على GitHub↗

    A Ruby on Rails inspired Web Framework for Swift that runs on Linux and OS X

    Rails-inspired web framework.

    Swift
    عرض على GitHub↗1,952
  • zewo/zewoالصورة الرمزية لـ Zewo

    Zewo/Zewo

    1,846عرض على GitHub↗

    Lightweight library for web server applications in Swift on macOS and Linux powered by coroutines.

    Coroutine-based web server library.

    Swift
    عرض على GitHub↗1,846
  • amzn/smoke-frameworkالصورة الرمزية لـ amzn

    amzn/smoke-framework

    1,453عرض على GitHub↗

    A light-weight server-side service framework written in the Swift programming language.

    Lightweight server-side service framework.

    Swift
    عرض على GitHub↗1,453
  • izqui/taylorالصورة الرمزية لـ izqui

    izqui/Taylor

    924عرض على GitHub↗

    A lightweight library for writing HTTP web servers with Swift

    Lightweight HTTP server library.

    Swift
    عرض على GitHub↗924
  • crossroadlabs/expressالصورة الرمزية لـ crossroadlabs

    crossroadlabs/Express

    846عرض على GitHub↗

    Swift Express is a simple, yet unopinionated web application server written in Swift

    Unopinionated web application server.

    Swift
    عرض على GitHub↗846
  • envoy/embassyالصورة الرمزية لـ envoy

    envoy/Embassy

    618عرض على GitHub↗

    Super lightweight async HTTP server library in pure Swift runs in iOS / MacOS / Linux

    Lightweight async HTTP server.

    Swift
    عرض على GitHub↗618
  • twostraws/swiftgdالصورة الرمزية لـ twostraws

    twostraws/swiftgd

    474عرض على GitHub↗

    A simple Swift wrapper for libgd

    Libgd wrapper.

    Swift
    عرض على GitHub↗474
  • vapor/redisالصورة الرمزية لـ vapor

    vapor/redis

    469عرض على GitHub↗

    Vapor provider for RediStack

    Redis client for Swift.

    Swift
    عرض على GitHub↗469
  • huytd/swift-httpالصورة الرمزية لـ huytd

    huytd/swift-http

    447عرض على GitHub↗

    HTTP Implementation for Swift on Linux and Mac OS X

    HTTP implementation for Linux and macOS.

    Swift
    عرض على GitHub↗447
  • kylef-archive/curassowالصورة الرمزية لـ kylef-archive

    kylef-archive/Curassow

    397عرض على GitHub↗

    Swift HTTP server using the pre-fork worker model

    Pre-fork worker model HTTP server.

    Swift
    عرض على GitHub↗397
  • skylab-inc/lightningالصورة الرمزية لـ skylab-inc

    skylab-inc/Lightning

    310عرض على GitHub↗

    A Swift Multiplatform Single-threaded Non-blocking Web and Networking Framework

    Multiplatform web and networking framework.

    Swift
    عرض على GitHub↗310
  • brettrtoomey/jobsالصورة الرمزية لـ BrettRToomey

    BrettRToomey/Jobs

    294عرض على GitHub↗

    A job system for Swift backends.

    Job processing system.

    Swift
    عرض على GitHub↗294
السابق12التالي
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Server Side Swift