mswjs / examples

Examples of Mock Service Worker usage with various frameworks and libraries.
678 stars 209 forks source link

add WebSocket + ws example #111

Open kettanaito opened 6 months ago

kettanaito commented 6 months ago

Adds a simple example of regular WebSocket API usage + ws on the server.

kettanaito commented 5 months ago

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.