From 368e7f2ba3df486dbdddb439ef75f1f07205c368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20BRAVO?= <96313051+loicBRAVO@users.noreply.github.com> Date: Sun, 18 Feb 2024 20:28:15 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1e5de7..32bf5a9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Project README: Kurama-Chat +# Kurama-Chat ## Overview : This project involves the development of an Internet Relay Chat (IRC) client and server using NodeJS + ExpressJS for the server and ReactJS for the client. The system is designed to handle multiple simultaneous connections, allowing users to join, create, rename, and delete channels. Additionally, it supports real-time messaging within channels, including notifications when users join or leave a channel.