An open API service indexing awesome lists of open source software.

https://github.com/drakata27/chatroom-react

React frontend application for creating chatrooms for real-time communication using Websockets
https://github.com/drakata27/chatroom-react

typescript websocket

Last synced: 9 months ago
JSON representation

React frontend application for creating chatrooms for real-time communication using Websockets

Awesome Lists containing this project

README

          

# Chatroom (React Frontend)

## Joining a room
![joining](https://github.com/user-attachments/assets/16a6c64f-11bd-4206-b427-5a5769e62851)

## Disconnecting from a room
![leaving](https://github.com/user-attachments/assets/3cc18478-ca7f-493e-8ea1-32e8e319457b)

## Backend
The backend of this application was written in Java Spring Boot. The repository is here:
https://github.com/drakata27/chat-springboot