Example: NV
2. Sports scores sent continuously to Pub by provider in weird format
1. Front end serveres connect to Pub for scores nv array
3. Pub reformats as nv array and streams updates to connected clients
4. Tcl templates access scores nv array without regard to underlying network updates:
<%= [nv.get scores current] %>