# Make Chat Page To make this page we should create it with Socket .io to make this app real-time<br> To add socket .io to our project please use this command: ```cmd yarn add socket.io // or npm install socket.io ```
Make Chat Page
To make this page we should create it with Socket .io to make this app real-time
To add socket .io to our project please use this command: