Skip to content

Shashikanth101/Chatroom-PWA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Chatroom Progressive web app for basic text based communication

About

  • Messages are not stored anywhere and exist on a single browser session
  • Uses WebSockets for bi-directional communication
  • Implements service workers and browser side caching which lets it to be installed on a mobile device to give a native application feel

Instalation

Make sure you have node.js and npm already installed and clone this repository. Enter the below command to install dependencies

npm install

Usage

To run the development server, enter the below command in your terminal

npm run dev

Once the server starts, visit http://localhost:3000 to start using the application