-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Description
This app doesn't have chat, essential for streaming.
Add a container
<div class="chat-container border rounded bg-white">
<div id="chatMessages" class="p-3 overflow-auto" style="height: 300px;"></div>
<div class="input-group p-2 border-top">
<input type="text" id="chatInput" class="form-control" placeholder="Send a message...">
<button id="sendBtn" class="btn btn-primary">Send</button>
</div>
</div>Use socket.io and/or ws. Put the logic in server.js and main.js
Add role feature like moderators, VIPs, administrators, broadcaster, bot.
A side project could be to add a broadcaster/streamer dashboard, a moderator panel with typical mod functionality, etc.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Projects
Status
In Progress