There's nothing to stop the "server" connecting to the "client" and making requests to it to "push" data.
REST as a style is not particularly well suited to streams of data, which is what web sockets sort of solve in an unstructured way.
There's nothing to stop the "server" connecting to the "client" and making requests to it to "push" data.
REST as a style is not particularly well suited to streams of data, which is what web sockets sort of solve in an unstructured way.