In this tutorial, we are building a real-time chat app with Node.js/Express backend and React/Bootstrap frontend. We’re using Socket.io with Express to handle incoming socket connections and emit messages to connected clients. We’re using Webpack4 to transform and bundle our frontend assets.
Full article