This app is a real-time web chat built with Socket.io.
- Real-time messaging
- Message history
- Supports multiple users
- Typing status
- Online/offline status
Clone the repository
git clone https://github.com/gabsroot/chat.git
Navigate to the project folder and install dependencies
cd chat && npm install
Start the server
npm start
Your app will be available at http://localhost:80
To debug
npm run dev
Compile SASS
npm run sass