-
Embassy
Super lightweight async HTTP server library in pure Swift runs in iOS / MacOS / Linux (by envoy)
Right now I'm using https://github.com/envoy/Embassy. There's also https://github.com/envoy/Ambassador if you want an "HTTP Framework". These are more lightweight, but they might not be feature complete.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Right now I'm using https://github.com/envoy/Embassy. There's also https://github.com/envoy/Ambassador if you want an "HTTP Framework". These are more lightweight, but they might not be feature complete.
-
Otherwise there's https://github.com/vapor/vapor
-
GCDWebServer
Discontinued The #1 HTTP server for iOS, macOS & tvOS (also includes web based uploader & WebDAV server)
-
swift-nio
Event-driven network application framework for high performance protocol servers & clients, non-blocking.
In addition to what others have said, SwiftNIO is a possible low-level web server framework.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Related posts
-
Most effective approach for building a client/server application (MacOS)
-
Swift outside the Apple ecosystem
-
Apple overtakes Android to pass 50% share of smartphones used in US; dominates global premium sales
-
What is the simplest way to have local http server in iOS app?
-
[D] Current situation about M1 support of python libraries ?