Skip to content

This application enables the full basic functionality of a real timechat application, namely that users can enter certain rooms and communicate with users in that room, but users will not know about conversations between users in other rooms.

Notifications You must be signed in to change notification settings

muhammadderic/realtime-chat-app_express_react_socketio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

MyLinkedIn


Real-time Chat Application

Seamless Connectivity: Enhancing Communication in the Digital Age

Table of Contents
  1. About The Project Built With\
  2. Getting Started
  3. Usage
  4. Contributing

About The Project

Chat applications basically allow two-way communication, both individual to individual, individual to group, or group to group. This application enables the full basic functionality of a chat application, namely that users can enter certain rooms and communicate with users in that room, but users will not know about conversations between users in other rooms.

(back to top)

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Clone the repo
    git clone https://github.com/muhammadderic/realtime-chat-app_express_react_socketio.git
  2. Open two terminals
  3. In the first terminal then install NPM packages
    cd client/
    npm install
  4. In the second terminal then install NPM packages
    cd server/
    npm install

(back to top)

Usage

The client will run in your browser with URL "http://localhost:3000".

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. Don't forget to give the project a star! Thanks again! :)

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

About

This application enables the full basic functionality of a real timechat application, namely that users can enter certain rooms and communicate with users in that room, but users will not know about conversations between users in other rooms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published