mswjs / examples

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

add WebSocket + ws example #111

Open kettanaito opened 7 months ago

kettanaito commented 7 months ago

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

kettanaito commented 7 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.