This Repo contain a Chat App with Angular 6 and node.js using socket Steps to Run:
- Clone the Repository
- install the all npm module of server using npm install
- Run server using node chatApp.js
- install all the npm module of client npm install
- Run Client: ng serve