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

Simple network simulation #101

Closed cjstehno closed 3 years ago

cjstehno commented 5 years ago

Similar to the proxy support (and possibly the web-socket support) it would be interesting to have a simple simulation interface for generic TCP interactions - it would probably look at lot like the web-socket support, but be a separate entity like the proxy support.

This would be pretty raw and rudimentary but I think it would come in handy from time to time when dealing with simple socket connections.

cjstehno commented 5 years ago

This will be a separate (sibling) project, not part of the core.

cjstehno commented 3 years ago

Closing this one... will see if anyone wants/needs.it.