Skip to content

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

License

Notifications You must be signed in to change notification settings

PraneetBose/node_js.chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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