Simon Hunt | 5d12dc2 | 2015-01-05 16:56:22 -0800 | [diff] [blame] | 1 | # The 'mock' directory contains code that can emulate the server-side of |
2 | # a web socket (probably using node.js) to facilitate the manual injection | ||||
3 | # of (JSON structured) events, to aid in the development / debugging of | ||||
4 | # client side code. | ||||
5 | # | ||||
6 | # Each subdirectory will be per-view event data. | ||||
7 | # |