https://github.com/sanengineer/microservice-swift-redis-postgresql-user-service
https://github.com/sanengineer/microservice-swift-redis-postgresql-user-service
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanengineer/microservice-swift-redis-postgresql-user-service
- Owner: sanengineer
- Created: 2021-08-21T00:40:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-12T16:42:27.000Z (over 4 years ago)
- Last Synced: 2025-04-08T10:53:06.765Z (about 1 year ago)
- Language: Swift
- Size: 69.3 KB
- Stars: 1
- 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.