Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
loicBRAVO authored Feb 18, 2024
1 parent 1faf555 commit 69576be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#Project README: Kurama-Chat
# Project README: Kurama-Chat

##Overview :
## 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.

##Features :
## 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.
Expand All @@ -14,7 +14,7 @@ Persistence
- 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 :
## Commands :
- /nick: Set user nickname.
- /list: List available channels, with optional search.
- /create: Create a new channel.
Expand All @@ -27,6 +27,6 @@ Persistence

This README outlines the core functionalities and commands supported by the IRC client and server project.

#Installation :
# Installation :

```docker compose up -d```

0 comments on commit 69576be

Please sign in to comment.