Table of Contents
OpenChat is a web application built with ASP.NET that allows users to chat in a single open chat room without having to create an account. It uses the SignalR library to establish a connection between a client (the users browser) and the server. This allows the server to receive messages from a client and broadcast them to all other connected clients.
A Docker image of the OpenChat web application is currently running on a container in AWS Lightsail. The web application can be used by opening the following link: ✨ Try OpenChat ✨
- Store messages to a PostgreSQL database running on AWS RDS