This is an application for live chatting. Here is a link to m-kov-chat-app.
The client is a react application
Hosted at Netlify Link to the hosting dashboard - https://app.netlify.com/sites/chat-app-m-kov/overview (for personal use)
- npm run dev
The main server of the application
Hosted at Render.com Link to the hosting dashboard - https://chat-app-nodejs-server.onrender.com (for personal use)
- npm start
Using socket.io to track live users, new messages and notifications
Hosted at Render.com Link to the hosting dashboard - https://chat-app-socket-io-server-a0b6.onrender.com (for personal use)
- addNewUser
- onlineUsers
- getOnlineUsers
- getMessage
- getNotification
- npm start