Skip to content

Releases: raravi/chat-app-server

Chat - Microservice Version

26 Apr 02:31
Compare
Choose a tag to compare

The Chat Server is hosted on Heroku / AWS Lambda.

The functionality is split up into these 2 components:

  1. Authentication API Server hosted on AWS Lambda moved to repo chat-server-lambda.
  2. App API / HTTP Server hosted on Heroku is on this repo.

Chat - Monolith Version

24 Apr 03:00
Compare
Choose a tag to compare

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.