-
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
1 parent
69d1ca9
commit 7f0a3c9
Showing
1 changed file
with
36 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,36 @@ | ||
# Realtime Chat App with React.js, Node.js and ChatEngine.io | ||
This is a Realtime Chat Application built with Node.js and powered by ChatEngine.io. It provides users with a seamless chatting experience in real-time, enabling communication between multiple users simultaneously. | ||
|
||
## Features | ||
- Real-time Messaging: Enjoy instant messaging with other users without any delays. | ||
- User Authentication: Secure user authentication system to ensure privacy and data protection. | ||
- Multiple Rooms: Users can create and join different chat rooms based on their interests or topics. | ||
- Customizable Interface: Customize the look and feel of the chat interface to suit your preferences. | ||
- Online Status Indicators: Easily identify when other users are online and available for chat. | ||
- Message History: Access and review past messages within the chat interface. | ||
|
||
## Technologies Used | ||
- Node.js: Backend server environment for running the application. | ||
- React.js: Frontend Javascript library for building web applications. | ||
- Express.js: Web application framework for Node.js used for routing and handling HTTP requests. | ||
- ChatEngine.io: Powering the real-time chat functionality with its robust features. | ||
- HTML/CSS/JavaScript: Frontend technologies for building the user interface and adding interactivity. | ||
|
||
|
||
## Getting Started | ||
|
||
To get started with the Realtime Chat App: | ||
|
||
- Clone this repository to your local machine. | ||
- Install dependencies using npm install. | ||
- Configure ChatEngine.io credentials. | ||
- Run the application using npm start. | ||
- Access the chat app through your browser at the specified URL. | ||
|
||
## Contribution | ||
Contributions are welcome! Feel free to open issues or pull requests for any improvements or new features you'd like to suggest. | ||
|
||
|
||
## Acknowledgments | ||
Huge thanks to ChatEngine.io for providing the powerful real-time chat functionality. | ||
Inspiration and learning resources from various online tutorials and documentation. |