A Chatroom Progressive web app for basic text based communication
- 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
Make sure you have node.js and npm already installed and clone this repository. Enter the below command to install dependencies
npm install
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