I have implemented a chat feature in my application, but the issue I am facing is the screen does not refresh automatically if the user gets a message.
I looked for several options on the internet, but all I could find is paid services or using firebase.
Is there any free option to implement it without using firebase?
I want to refresh my chat screen instantly the message is received from the other side.