- Express server backend
- Vanilla JS front-end
- Socket.io websocket implementation for synamic live multi-user interactions
All you need is an installation of NodeJS (8.1+) and a package manager such as NPM (5.2+) or Yarn (1.22+).
Navigate to the root chat-app directory in your shell of choice, and run a simple npm install (or yarn,) followed by a npm run dev (or yarn dev.)
THe app should obe running on localhost:3002! Have fun!
