https://github.com/bitwit/swift-package-directory
Swift Package Directory - Website & Serverless Swift Code
https://github.com/bitwit/swift-package-directory
open-whisk server-side serverless swift swift4
Last synced: 9 months ago
JSON representation
Swift Package Directory - Website & Serverless Swift Code
- Host: GitHub
- URL: https://github.com/bitwit/swift-package-directory
- Owner: bitwit
- Created: 2018-06-11T13:42:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T15:29:17.000Z (about 5 years ago)
- Last Synced: 2025-04-18T23:31:50.041Z (12 months ago)
- Topics: open-whisk, server-side, serverless, swift, swift4
- Language: Swift
- Homepage: https://swiftpackage.directory
- Size: 3.09 MB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NOTE:
This site is offline and the database was merged with https://swiftpackageindex.com/
# Swift Package Directory
Code for http://swiftpackage.directory
The current design is quite experimental and justification [pairs with this blog entry](http://bitwit.ca/blog/2018-06-19-serverless-or-not)
### Note on the blog entry code
Original code at the time of this blog entry is here: https://github.com/bitwit/swift-package-directory/tree/serverless-blog-original-source
This is server side swift running via OpenWhisk Serverless functions. The source code at the time of blogging also includes a Vapor wrapper around the logic so it could be deployed in a more traditional fashion. I've cleaned up the heirarchy in the meantime to focus on keeping the code as in touch with what's actually live right now.