Adds a simple example of regular WebSocket API usage + ws on the server.
[x] Add the basic app.
[x] Add integration tests.
[x] Add E2E tests.
[x] Fix an issue where the 1s -> 2nd tab is not synced but 2nd -> 1st tab is synced. Likely a bug in the WebSocketClientManager. https://github.com/mswjs/msw/pull/2127
Still having failing tests on the multi-tab message sync. The clients are kept in the localStorage but something doesn't go right. May be a poorly written test, need to investigate.
Adds a simple example of regular WebSocket API usage +
ws
on the server.WebSocketClientManager
. https://github.com/mswjs/msw/pull/2127