Releases: raravi/chat-app-server
Releases · raravi/chat-app-server
Chat - Microservice Version
The Chat Server is hosted on Heroku / AWS Lambda.
The functionality is split up into these 2 components:
- Authentication API Server hosted on AWS Lambda moved to repo chat-server-lambda.
- App API / HTTP Server hosted on Heroku is on this repo.
Chat - Monolith Version
The Chat Server is completely hosted on Heroku.
This is a checkpoint before the functionality is split up into these 2 components:
Authentication API Server hosted on AWS Lambda
App API / HTTP Server hosted on Heroku.