https://github.com/sanengineer/swift-server-postgresql
https://github.com/sanengineer/swift-server-postgresql
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanengineer/swift-server-postgresql
- Owner: sanengineer
- Created: 2022-03-09T08:35:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T19:51:27.000Z (over 4 years ago)
- Last Synced: 2025-01-10T16:36:48.488Z (over 1 year ago)
- Language: Swift
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Server Side Swift With Postgres and Redis For Create User Service As Microservice
On almost engineer just strating, swift familliar running on apple device on client-side. But since apple build SwiftNIO, swift unlock capability can running on server-side. In this project I try use vapor, postgres, and redis to create user services as microservices. vapor is web framework for server-side swift, and build on top of SwiftNIO.