Tag Archives: c#
Staying busy
Wow, I just realized my last post here was in October 2010. It’s been a while. Turns out, October was when we launched the last project I was working on at LEVEL Studios. I am still working on that project, but doing back end stuff in C#.Net. Besides a couple of days working on another [...]
Playing with WebSockets
Today I spent some time with Tim at work, playing with WebSockets, a new HTML5 feature that only Google Chrome supports so far. WebSockets allow browsers to create and maintain open direct TCP connections to the server, allowing instant communication in both directions. This means that ajax polling is no longer needed to get updates [...]
