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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to colemancda/networkobjects

Open-source alternatives to NetworkObjects

28 open-source projects similar to colemancda/networkobjects, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best NetworkObjects alternative.

  • kitura/kituraKitura avatar

    Kitura/Kitura

    7,585View on 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-

    Swift
    View on GitHub↗7,585
  • glock45/swifterglock45 avatar

    glock45/swifter

    4,018View on GitHub↗

    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

    Swift
    View on GitHub↗4,018
  • swiftybeaver/swiftybeaverSwiftyBeaver avatar

    SwiftyBeaver/SwiftyBeaver

    6,066View on 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

    Swift
    View on GitHub↗6,066

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • mitesh77/best-flutter-ui-templatesmitesh77 avatar

    mitesh77/Best-Flutter-UI-Templates

    22,727View on GitHub↗

    This project is an open-source library of customizable mobile interface templates and screen layouts built with Flutter and Dart. It serves as a prototyping kit and design gallery, providing a collection of ready-made user interface examples and Material Design component sets for cross-platform mobile application development. The collection enables the rapid creation of application screens by providing pre-built layouts for common mobile app flows and navigation patterns. Developers can browse these interface patterns and modify colors, fonts, and layouts to align with specific brand guidelin

    Dartcross-platformflutterflutter-app
    View on GitHub↗22,727
  • dyci/dyci-mainDyCI avatar

    DyCI/dyci-main

    1,113View on GitHub↗

    Dynamic Code Injection Tool for Objective-C

    Objective-Ccodedycidynamic
    View on GitHub↗1,113
  • envoy/embassyenvoy avatar

    envoy/Embassy

    618View on GitHub↗

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

    Swift
    View on GitHub↗618
  • httpswift/swifterhttpswift avatar

    httpswift/swifter

    4,018View on GitHub↗

    Swifter is a lightweight HTTP server engine and routing system written in the Swift programming language. It functions as a web server capable of handling network requests and delivering responses such as HTML and plain text. The project provides a Swift WebSocket server for establishing bidirectional real-time communication channels to exchange text and binary data. It also includes a static file server that maps URL paths to local directories for direct file system access. The engine manages HTTP request routing by mapping specific URL paths to handler functions for delivering dynamic cont

    Swift
    View on GitHub↗4,018
  • huytd/swift-httphuytd avatar

    huytd/swift-http

    447View on GitHub↗

    HTTP Implementation for Swift on Linux and Mac OS X

    Swift
    View on GitHub↗447
  • ibm-swift/kituraIBM-Swift avatar

    IBM-Swift/Kitura

    7,585View on 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

    Swift
    View on GitHub↗7,585
  • izqui/taylorizqui avatar

    izqui/Taylor

    924View on GitHub↗

    A lightweight library for writing HTTP web servers with Swift

    Swift
    View on GitHub↗924
  • johnno1962/injectionforxcodejohnno1962 avatar

    johnno1962/injectionforxcode

    6,537View on GitHub↗

    This project is an Xcode runtime code injector and developer productivity tool. It enables the injection of Swift and Objective-C code changes into a running application without requiring a process restart, functioning as a hot module replacement tool for iOS development. The tool provides a dynamic UI debugger for reloading storyboards and tuning visual parameters in real time. It allows for the recompilation of individual classes and the binding of new implementations into a live process, avoiding full project rebuilds. The system covers runtime injection capabilities, including automated

    Objective-C
    View on GitHub↗6,537
  • krzysztofzablocki/kzplaygroundK

    krzysztofzablocki/KZPlayground

    0View on GitHub↗
    View on GitHub↗0
  • krzysztofzablocki/playgroundskrzysztofzablocki avatar

    krzysztofzablocki/Playgrounds

    2,631View on GitHub↗

    Better playgrounds that work both for Objective-C and Swift

    Objective-C
    View on GitHub↗2,631
  • kylef-archive/curassowkylef-archive avatar

    kylef-archive/Curassow

    397View on GitHub↗

    Swift HTTP server using the pre-fork worker model

    Swift
    View on GitHub↗397
  • mutualmobile/mmbarricadeM

    mutualmobile/MMBarricade

    0View on GitHub↗
    View on GitHub↗0
  • perfectlysoft/perfectPerfectlySoft avatar

    PerfectlySoft/Perfect

    13,753View on 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

    Swift
    View on GitHub↗13,753
  • robbiehanson/cocoahttpserverrobbiehanson avatar

    robbiehanson/CocoaHTTPServer

    5,609View on GitHub↗

    CocoaHTTPServer is a lightweight embedded web server designed to handle incoming network requests and serve local application content. The project implements Bonjour-based service discovery to broadcast server availability on local networks and supports WebDAV for remote file management, allowing files to be created, moved, and edited over HTTP. Network security is handled through certificate-based TLS encryption and password-based resource authentication. Request routing is managed via a delegate-based system, while concurrent connections are handled using Grand Central Dispatch.

    Objective-C
    View on GitHub↗5,609
  • sauliusgrigaitis/swiftonsauliusgrigaitis avatar

    sauliusgrigaitis/Swifton

    1,952View on GitHub↗

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

    Swift
    View on GitHub↗1,952
  • skylab-inc/lightningskylab-inc avatar

    skylab-inc/Lightning

    310View on GitHub↗

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

    Swift
    View on GitHub↗310
  • takebayashi/swiftratakebayashi avatar

    takebayashi/swiftra

    261View on GitHub↗

    Sinatra-like DSL for developing web apps in Swift

    Swift
    View on GitHub↗261
  • twostraws/swiftgdtwostraws avatar

    twostraws/swiftgd

    474View on GitHub↗

    A simple Swift wrapper for libgd

    Swift
    View on GitHub↗474
  • vapor/redisvapor avatar

    vapor/redis

    469View on GitHub↗

    Vapor provider for RediStack

    Swift
    View on GitHub↗469
  • vapor/vaporvapor avatar

    vapor/vapor

    26,138View on 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

    Swiftframeworkhttphttp2
    View on GitHub↗26,138
  • amzn/smoke-frameworkamzn avatar

    amzn/smoke-framework

    1,453View on GitHub↗

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

    Swift
    View on GitHub↗1,453
  • zewo/zewoZewo avatar

    Zewo/Zewo

    1,846View on GitHub↗

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

    Swift
    View on GitHub↗1,846
  • apacheexpress/apacheexpressApacheExpress avatar

    ApacheExpress/ApacheExpress

    170View on GitHub↗

    Reliable Server Side Swift ✭ Make Apache great again!

    Swift
    View on GitHub↗170
  • brettrtoomey/jobsBrettRToomey avatar

    BrettRToomey/Jobs

    294View on GitHub↗

    A job system for Swift backends.

    Swift
    View on GitHub↗294
  • crossroadlabs/expresscrossroadlabs avatar

    crossroadlabs/Express

    846View on GitHub↗

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

    Swift
    View on GitHub↗846