Skip to content

LeenaAlrajhi/ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Chat Application

Hello there!
This is my first chat application by using Socket.IO library in order to open a communication channel between the server and the client.

Setup

To run this project, follow the following steps:

  1. Navigate to the folder directory: cd chatApp

  2. Install the dependencies: npm install

  3. Run the app: npm start

  4. Go to the browser and navigate localhost:3000