Node.js to Built chat App using Socket.io

Here we going to built real time chat App using Node.js with socket.io and nodemon dependency Dependencies Socket.IO Enables real-time bidirectional event-based communication. Socket abstract WebSocket connections. It uses WebSocket for transportation and then fallback to long polling when Websockets fail to establish a connection Nodemon A tool that helps develop Node.js applications by automatically … Read more