Client Marching Orders

It’s time to work on the client side of our Socket.IO implementation. We decide to start by implementing an abstraction layer over Socket.IO for ease of future testing and design changes. The question: how do we test it? Our client tests run in the browser, which is tightly sandboxed. How do we start and stop the test server? We start working on the problem.

  1. E381Client Marching Orders

    Mon, 1 Feb ’16
  2. E382Isolating the Client Build

    Wed, 3 Feb ’16
  3. E383Focused Integration Test

    Mon, 8 Feb ’16
  4. E384Client Clean-Up

    Wed, 10 Feb ’16
  5. E385Network Test Harness

    Mon, 15 Feb ’16