231tr0n / socketio-test-app

A simple chat-app using web sockets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .

About

A simple chat-app using web sockets.


Languages

Language:HTML 67.8%Language:JavaScript 32.2%