https://github.com/adarsh-kmt/distributionserver
DistributionServer is used to route messages and other information between users connected to different end servers that run on different containers.
https://github.com/adarsh-kmt/distributionserver
go grpc mtls redis
Last synced: 3 months ago
JSON representation
DistributionServer is used to route messages and other information between users connected to different end servers that run on different containers.
- Host: GitHub
- URL: https://github.com/adarsh-kmt/distributionserver
- Owner: Adarsh-Kmt
- Created: 2024-07-04T13:23:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T17:15:49.000Z (over 1 year ago)
- Last Synced: 2025-12-26T05:57:04.808Z (6 months ago)
- Topics: go, grpc, mtls, redis
- Language: Go
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DistributionServer
#### DistributionServer is used to route messages and other information between [EndServer](https://github.com/Adarsh-Kmt/EndServer) containers.
-----
## Features
- Stores user to end server mapping in a redis database.
- Uses gRPC to route messages between users connected to different end server containers.
- Implemented mutual TLS between distribution server container and end server container, which enables authentication of both parties, and encryption of messages exchanged.
- Leveraged multistage docker builds to reduce the size of the image by 94.78% (504.17 MB -> 26.3 MB)