Skip to content

hoangnguyenn26/SimplyChatAppSocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimplyChatAppSocket

This application is a simple real-time chat app built using WebSocket technology. It allows users to communicate with each other instantly and seamlessly.

Installation

Node.js

Ubuntu

  sudo apt update
  sudo apt install nodejs
  sudo apt install npm

Windows

Download and install Node.js from the following link: [https://nodejs.org/en/download/prebuilt-installer]

Run the Project

Open your terminal and navigate to your project directory. For example:

  C:\Users\Nguyen\Desktop\chatapp\SimplyChatAppSocket

Then, run the following command to install the dependencies:

  npm install

Once the dependencies are installed, you can start the application by executing:

  node app.js

After running this command, your application will be up and running. You can access it in your web browser at http://localhost:3000.

Preview

image

About

A simple chat app using Websocket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors