From ebfb096bf4e80b5984076f1b25186004818fc33e 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:29:48 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 32bf5a9..a8de015 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ 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. ## Features : -- 1. Multiple Channel Support: Users can join several channels simultaneously. -- 2. Channel Management: Ability to create, rename, and delete channels. -- 3. Real-time Notifications: Notifications for user join/leave events. -- 4. Messaging: Users can speak in channels they've joined, send private messages, and list users in channels. +**- 1.** Multiple Channel Support: Users can join several channels simultaneously. +**- 2.** Channel Management: Ability to create, rename, and delete channels. +**- 3.** Real-time Notifications: Notifications for user join/leave events. +**- 4.** Messaging: Users can speak in channels they've joined, send private messages, and list users in channels. Persistence -- 5. Channels and messages are persistently stored using a chosen method (file, database, etc.). -- 6. User Interaction -- 7. Users must set a nickname to use the application. No authentication system is required, but adding one is a bonus. -- 8. The client and server communicate using a chosen protocol. +**- 5.** Channels and messages are persistently stored using a chosen method (file, database, etc.). +**- 6.** User Interaction +**- 7.** Users must set a nickname to use the application. No authentication system is required, but adding one is a bonus. +**- 8.** The client and server communicate using a chosen protocol. ## Commands : - /nick: Set user nickname.