agnivchtj / socketio-chat-app

A real-time chat application built using Socket.io and React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Socket.io Chat App

This is a ReactJS chat application built using the Socket.io library to enable real-time, event-driven communication between client and server-side. In the project, this was used to enable functionality such as adding users to their selected chat rooms, displaying text messages on the chat and removing users upon their exit. With websockets, this is more efficient in terms of network traffic and allows the server to push real-time data to multiple subscribed clients. The project involved working with Node.js, React, React Hooks and Material UI.

About

A real-time chat application built using Socket.io and React.


Languages

Language:JavaScript 69.5%Language:CSS 27.1%Language:HTML 3.4%