https://github.com/objecthub/swift-nanohttp
A tiny extensible and configurable HTTP server framework written in Swift for macOS, iOS, and Linux.
https://github.com/objecthub/swift-nanohttp
Last synced: about 1 year ago
JSON representation
A tiny extensible and configurable HTTP server framework written in Swift for macOS, iOS, and Linux.
- Host: GitHub
- URL: https://github.com/objecthub/swift-nanohttp
- Owner: objecthub
- License: bsd-3-clause
- Created: 2024-07-19T21:35:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T21:02:56.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T17:52:36.173Z (over 1 year ago)
- Language: Swift
- Homepage:
- Size: 271 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Swift NanoHTTP
[](https://developer.apple.com/osx/) [](https://developer.apple.com/swift/) [](https://developer.apple.com/xcode/) [](https://github.com/Carthage/Carthage) [](https://raw.githubusercontent.com/objecthub/swift-numberkit/master/LICENSE)
This is a tiny extensible and configurable HTTP server framework written in Swift
for macOS, iOS, and Linux. It is based on [Swifter](https://github.com/httpswift/swifter)
by Damian Kołakowski. The framework comes with a [demo server](https://github.com/objecthub/swift-nanohttp/blob/main/Sources/NanoHTTPDemo/NanoHTTPDemo.swift)
running as a [command-line tool on macOS](https://github.com/objecthub/swift-nanohttp/blob/main/Sources/DemoServer/main.swift)
and a [SwiftUI-based app on iOS](https://github.com/objecthub/swift-nanohttp/blob/main/Sources/DemoServer%20iOS/ContentView.swift).
## Requirements
- [Xcode 15](https://developer.apple.com/xcode/)
- [Swift 5.9](https://developer.apple.com/swift/)
- [Carthage](https://github.com/Carthage/Carthage)
- [Swift Package Manager](https://swift.org/package-manager/)
## Copyright
Author: Matthias Zenger ()
Copyright © 2024 Matthias Zenger. All rights reserved.