Building a Chat Application with React and Websockets
In this post, we will learn how to create a full stack chat application using React, Node.js and the Websocket protocol. By the end of this post, we will end up with an app that looks like this: We will learn how to build: The server, which will be a basic Node.js application The client application, which we will build using React.js Websockets - the protocol used to exchange live messages between the client and the server If you just want to see the code for this project, you can view the Github repository...