GCDWebServer
swift-http
GCDWebServer | swift-http | |
---|---|---|
3 | - | |
6,300 | 449 | |
- | - | |
0.0 | 0.0 | |
about 2 years ago | almost 6 years ago | |
Objective-C | Swift | |
NOASSERTION | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
GCDWebServer
- Is it possible/straightforward to have a webserver baked in to an iOS app?
-
Most effective approach for building a client/server application (MacOS)
I use https://github.com/swisspol/GCDWebServer but there are many webservers you can use. You can even use the Apache that is part of the standard MacOS distribution, where you write a standard CGI to make the Mac do things. Python also includes a standard webserver.
- What is the simplest way to have local http server in iOS app?
swift-http
We haven't tracked posts mentioning swift-http yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
CocoaHTTPServer - A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications
swifter - Tiny http server engine written in Swift programming language.
Redbird - Vapor provider for RediStack
Vapor - 💧 A server-side Swift HTTP web framework.
Blackfish - A minimal, fast and unopinionated web framework for Swift
Kitura - A Swift web framework and HTTP server.
Perfect - Server-side Swift. The Perfect core toolset and framework for Swift Developers. (For mobile back-end development, website and API development, and more…)
Embassy - Super lightweight async HTTP server library in pure Swift runs in iOS / MacOS / Linux
swift-nio - Event-driven network application framework for high performance protocol servers & clients, non-blocking.