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.
To run this project, follow the following steps:
-
Navigate to the folder directory:
cd chatApp
-
Install the dependencies:
npm install
-
Run the app:
npm start
-
Go to the browser and navigate
localhost:3000