mocks-server / main

Node.js mock server running live, interactive mocks in place of real APIs
https://www.mocks-server.org
Apache License 2.0
281 stars 14 forks source link

Mock WebSockets #428

Open javierbrea opened 1 year ago

javierbrea commented 1 year ago

It is desirable to add the capability of mocking WebSockets and control the messages sent, as well as assert the messages received. A deep analysis is required.

RayOei commented 3 months ago

@javierbrea Any plans to address this in the near future? It would greatly enhance the viability for my use case as I have a mixed WS(s)/HTTP(s) environment. Currently it works nicely for the HTTP stuff but obviously not for WS.