Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.82 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.82 KB

Real-Time Chat-App with Socket.io and Node.js

Chat-App is powered by Socket.IO is a web application that allows multiple users to have a private and public chat. This app allows one to one chat online and its fast and easy to use. Please note that the application code is written in Javascript ES6.

Prerequisites:

  • Basics of Socket.IO (For real-time, bidirectional communication) Socket.IO

  • Node.js: For building the server-side logic.

  • HTML, CSS, JavaScript: For creating the user interface.

  • Javascript ES6 ES6

  • Using WebSockets WebSockets

Screenshot

image

** Css will be updated soon **

Installation

Running Locally

Make sure you have Node.js and npm installed.

  1. Clone or Download the repository

    $ git clone https://github.com/nawinkumarsharma/Chat-App
    $ cd Chat-App
    
  2. Install Dependencies

    $ npm install
    
  3. Start the application

    $ node index.js
    

Your app should now be running on localhost:9000.

Contributing:

We welcome contributions from the community! Whether you're a developer, designer, or just enthusiastic about improving this chat app, we'd love to have you on board.

Issues and Feedback:

If you encounter any bugs, issues, or have suggestions for improvements, please feel free to open an issue on this repository. Your feedback is highly valued and will help make this chat app even better. Having trouble with Pages? Feel free to post an issue