-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update rooms.ejs to support room list functionality
- Added a new section to display the list of available rooms. - Implemented JavaScript logic to fetch and render the list of rooms from the server. - Users can now join rooms directly from the room list without manually entering room IDs. - Added real-time updates to the room list using Socket.IO to reflect changes such as room creation, user joining, and room deletion. These changes improve the user experience by providing a dynamic and interactive interface for viewing and joining available rooms.
- Loading branch information
Showing
1 changed file
with
165 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters