Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 417 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 417 Bytes

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