/socketio-test-app

A simple chat-app using web sockets.

Primary LanguageHTML

test-app

An example chat app using socket.io.

Setup

Requirements : Nodejs

curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -;
sudo apt update;
sudo apt-get install -y nodejs;
sudo npm install -g npm@latest;

First navigate to the project root folder and install all the dependencies related required using the following command:-

npm install

To run the application execute the command:-

node .