angular chat with socket io
- Socket.io Socket-client.io for chat application in both ends.
- angualr cli ^8.x
- node ^ 10.
- install package.json in current diectory and in server folder using below command. npm i
- Install nodemon if not installed for backend server npm i -g nodemon
- run ng serve -o for angular frontend.
- Run nodemon in server folder with nodemon server.js command.
- Design part is depends on you.