Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 443 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 443 Bytes

Real-time text chat built with Node.js, Express.js, MongoDB and WebSocket protocol.

Installation

Download or clone this repository and then

Install dependencies

npm install

Start nodemon server at localhost:8080

npm run dev

Bundle styles and scripts with Webpack

npm run watch

Build for production

npm run build

Run tests

npm test

Created by Dominik Szczepaniak