This application is a simple real-time chat app built using WebSocket technology. It allows users to communicate with each other instantly and seamlessly.
sudo apt update
sudo apt install nodejs
sudo apt install npmDownload and install Node.js from the following link: [https://nodejs.org/en/download/prebuilt-installer]
Open your terminal and navigate to your project directory. For example:
C:\Users\Nguyen\Desktop\chatapp\SimplyChatAppSocketThen, run the following command to install the dependencies:
npm installOnce the dependencies are installed, you can start the application by executing:
node app.jsAfter running this command, your application will be up and running. You can access it in your web browser at http://localhost:3000.
