Generic Test Harness

The network test harness is one of my favorite parts of our real-time connection code. It allows us to conduct fast, focused integration tests on our Socket.IO code without relying on our production server. The harness, however, is designed to support specific network events. We need to make it work with any event.

comments powered by Disqus