What's next for Real time chat app
[+] Create NPM project [+] Create Index, Css, Js files [+] Install dependancies. express, nodemon(dev dep.) [+] Create a express server (server.js) [+] do frontend part [+] Install socket.io, Setup socket.io in server.js and client client.js [+] Client send message logic in client.js [+] Recieve message on server and
broadcast to all clients [+] Recieve message on client and display it. scrollToBottom etc...
Log in or sign up for Devpost to join the conversation.