https://github.com/sanengineer/microservices-api-gateway-with-swift-on-server
Creating api gateway as microservices with Swift on server.
https://github.com/sanengineer/microservices-api-gateway-with-swift-on-server
server-side-swift swift vapor-4 vapor-swift
Last synced: 4 days ago
JSON representation
Creating api gateway as microservices with Swift on server.
- Host: GitHub
- URL: https://github.com/sanengineer/microservices-api-gateway-with-swift-on-server
- Owner: sanengineer
- Created: 2021-04-03T08:00:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-21T00:52:32.000Z (almost 5 years ago)
- Last Synced: 2025-01-10T16:37:11.611Z (over 1 year ago)
- Topics: server-side-swift, swift, vapor-4, vapor-swift
- Language: Swift
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Server Side Swift With Vapor For Create API Gateway Services As Microservices
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 to create API Gateway for microservices architexture. vapor is web framework for server-side swift, and build on top of SwiftNIO.
## API Gateway For
### 😊 User Services
[swift-postgres-redis-user-services](https://github.com/sanengineer/microservices-swift-postgresql-user-services)
### 🍩 Product Services
[swift-mysql-product-services](https://github.com/sanengineer/microservices-swift-postgresql-product-services)
### 🥗 Varian Services
[swift-postgresql-varian-services](https://github.com/sanengineer/microservices-swift-postgresql-varian-services)
### ☎️ Order Services
[nodejs-postgresql-product-services](https://github.com/sanengineer/microservices-nodejs-postgresql-order-services)
### 🛒 Cart Services
[nodejs-mysql-car-services](https://github.com/sanengineer/microservices-nodejs-mysql-cart-services)