Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<img src="https://i.imgur.com/8Z5wMKO.png" height="64">

# Real Time Chat

A real-time, scalable group chat application built with uWebSockets.js, Redis, and PostgreSQL. This application demonstrates enterprise-grade resilience patterns including distributed message processing, automatic failover, graceful shutdown, and robust error recovery mechanisms.
Expand Down Expand Up @@ -170,3 +172,7 @@ npm run test:unit
- **pg**: PostgreSQL client with connection pooling
- **p-limit**: Concurrency control for batch operations
- **dotenv**: Environment variable management

## Acknowledgments

This project was created by Robin Hannan, as an individual research assignment for Fontys University of Applied Sciences.