python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do i delete the messages on the top
I have a working chat system, but when people spam the chat, the chat get longer and the page gets longer and very laggy. How do i remove the messages on the top?
My JavaScript so far:
let username = ...
Kevin
Votes: 0
Answers: 2
How do i make it so that the chat autmatically updates when the user send a message?
I am trying to make a chat, that functions noramlly. As you can see here, i have some code that should output some text from a bot, then you can type into a textbox then press the "send" but...
Kevin
Votes: 0
Answers: 1
why can't create user using stream chat api in flutter?
I'm trying to create a chat screen in my flutter application using Stream chat API. the problem is when I try to create a channel with two users it shows that the users are not created even though I h...
abdalrahman alenzi
Votes: 0
Answers: 1
Blazor Server SignalR Chat works on Local, not on Azure
I have a working Blazor Server application with a Chat component running locally correctly, using signal R hub connection.
When deploying to Azure, I receive error Invalid negotiation response receive...
Garrett London
Votes: 0
Answers: 2