Posts

Showing posts from June, 2015

signalr and friends

What have I been up to? Currently I am really into Microsoft's SignalR technology. It has me thinking about things like realtime applicatoin configurations as well as realtime dashboards with decentralized data points. Right now you have things like splunk and such which are great for historical processing of data, etc but what if you want realtime monitoring of an application and also communicate configuration to that application?  There are some great examples out there of this stuff, So i am going to dive in and hopefully have some code up on bitbucket or github! Also I am a bit interested in bringing a more efficient transport mechanism to SignalR like  MessagePack    or Protocol Buffers or even an elder statesmen like hessian!