Hello guys,
is there some kind of functionality which opens real time communication? For example a chat application which updates itself without refreshing it. I guess its not the best solution to constantly refresh it every second by using a timer which has a fetch call in it or is it?
I know that websockets should be available soon but I know that this feature is planned for years now.
What would be the right strategy to get realtime communication between apps or between apps and a webserver?