cjstehno / ersatz

🤖 A simulated HTTP server for testing client code with configurable responses.
https://cjstehno.github.io/ersatz
Apache License 2.0
47 stars 5 forks source link

Consider bringing the web socket support back #172

Closed cjstehno closed 1 year ago

cjstehno commented 1 year ago

I removed the web socket support because it was limited and a bit of a hack that got in the way of moving the project forward (and had no complaints about it so I was probably the only one using it).

With my experimental ersatz-socket project I came up with some good ideas of how to provide support for socket communications and expectations. It might be useful to bring the web socket support back in, maybe for the 4.0 release.

cjstehno commented 1 year ago

This has been done in v4.0