A chat simulator, a messaging system using Socket.io
Introduction
APS (Supervised Practical Activities) is an end-of-semester project that I needed to do in college, that is, this project was done in the middle of the fifth semester of my Science classes of Computing.
That semester, the main subject studied was computer networks, so the project should be something using the concepts learned in that class.
In the end, the teacher left it up to the students to decide what they wanted to do, but it needs to be something using sockets, which are network points where when you connect to one, you listen to its responses When it arrives, it's basically a technology for creating applications that need to update in real time. That's why what my group and I decided to do was a messaging application, it was developed in react using socket.io
About
A messaging application developed in react using socket. io. It's very simple, with a minimalist frontend that can also send emojis in the message.