-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# **ReactJS NodeJS Chat Application** | ||
|
||
## **Description** | ||
|
||
This repository contains the source code and project files for a chat application built with ReactJS and NodeJS. The project is based on the tutorial available at [this YouTube link](https://youtu.be/Fzv-rgwcFKk?si=_n081xsXYve68Q2B) and utilizes the ChatEngine.io service to handle chat functionalities. | ||
|
||
## **Technologies Used** | ||
|
||
- **ReactJS**: Frontend framework used for building the user interface. | ||
- **NodeJS**: Backend runtime environment used for handling server-side logic. | ||
- **ChatEngine.io**: Real-time chat service used for managing chat rooms, users, and messages. | ||
|
||
## **API Information** | ||
|
||
- The chat functionalities are powered by the API provided by ChatEngine.io, accessible at [rest.chatengine.io](https://rest.chatengine.io). | ||
|
||
## **Blog Guide** | ||
|
||
- For a detailed guide on setting up and working with this chat application, you can refer to the following blog post: [Fullstack Chat with NodeJS and ReactJS](https://blog.chatengine.io/fullstack-chat/nodejs-reactjs). | ||
|
||
## **UI Kits** | ||
|
||
- The user interface is built using the following UI kits: | ||
- [React Chat Engine Advanced](https://www.npmjs.com/package/react-chat-engine-advanced) | ||
- [React Chat Engine Pretty](https://www.npmjs.com/package/react-chat-engine-pretty) |