They've used KnockoutJS + SignalR on the web side of the things and I got a few interesting takeaways from this talk:
- You can use reactive extensions to treat configuration changes as streams. This allows you to easily push config changes to clients and trigger the re-configuration on their systems.
- They're pushing out data as JSON right now, but in order to use less bandwidth, they'll move to binary JSON. Furthermore, they're going to push out delta values as in order to save even more bandwidth.
- Using Reactive extensions on a stream of stock information is incredibly powerful.
No comments:
Post a Comment