I have a websocket server that is producing a lot of data. I'm only listening, I'm not sending anything.
I'd like to capture the data for a few minutes and store it as test data. Later, I'd like to make a local server to replay this data "realtime", i.e. with the same time between each message (as much as possible).
How do you do this? I'd expected this to be available somewhere out-of-the-box, but maybe I'm not searching for the right keywords.
Although I have not tested this personally, I will share to help others who come across this post. There is a tool, server-replay, which is able to replay network requests from a HAR file.