SwiftHTTPServer
An HTTP server project written entirely in Swift, SwiftHTTPServer runs on both macOS and Linux, making it accessible across platforms. It features a straightforward setup for serving HTML and static files, along with a custom route-handling system. This server’s design is modular, allowing easy expansion—like integrating SSL in the future—to suit both personal projects and learning environments.
Requires Swift 5.8 or later on macOS or Linux