PraneetBose / node_js.chat

it will teach u the basic node js chat application | runs on localhost:3000 |

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node_js.chat

it will teach u the basic node js chat application | runs on localhost:3000 |

Chat Application

This is a simple chat application using Node.js, Express, and Socket.io.

Getting Started

Follow these steps to run the application locally:

  1. Install Node.js: Download Node.js

  2. Clone the repository:

    git clone https://github.com/your-username/chat-application.git
    
  3. Navigate to the Project Directory:

    cd chat-application
  4. Install Dependencies:

    npm install
  5. Run the Application:

    node server.js
    

Open Your Browser:

Go to http://localhost:3000 to access the chat application.

##Application preview image image image image Uploading image.png…

image

About

it will teach u the basic node js chat application | runs on localhost:3000 |

License:Apache License 2.0


Languages

Language:CSS 45.7%Language:JavaScript 40.3%Language:HTML 14.0%