CH3 / E12|A Simple Node.js Server|Fri, 10 Aug ’12
Our First Client/Server Test
We have a basic integration test for our server, but it hangs. Why? We use our spike code to troubleshoot the problem. Some careful unravelling of asynchronous Node calls gets us to the solution, and we finish our first real test.