chat-application Project Set-up Clone repo npm i ----- Install all dependency npm start ------Start Project Start Application npm start Url http://localhost:3000/ User and chat information saved in node-server. (Heap memory) Testing Steps: Go to browser url Add chat user name Send message -----(broadcast) ---- All users can receive message. Try same with another tab and user name.