Home
This project was initially undertaken with the goal of practicing and deepening my knowledge of React. Additionally, I was captivated by a certain curiosity regarding the functioning of the Socket.io library, which enjoys undeniable popularity.
Thus, I embarked on a profound contemplation to design a concrete project, which eventually led to the idea of a real-time chat system. This project proved to be extremely enriching, providing me with a privileged opportunity to acquire new skills.
Communicating between a client and a server
Managing asynchronous requests
Using React's Context
Communicating with a Websocket server
Difference between synchronous and asynchronous operation
Learn React