Tag Archive : chrome

Beyond HTML5

Three interesting experiments are going on in the browser community which I would like to highlight: 1. Mozilla Audio API (available in Firefox 4) – A javascript API to access raw audio samples in the /audio/ tag. The API also supports injecting samples in the tag to synthesize audio. All in all, the demos are [...]

Techniques for Request-Response and Publish-Subscribe in the Browser

I am going to describe two current techniques for building web applications and services that produce/consume data either by Request-Response or by Publish-Subscribe. All web browsers support HTTP which is inherently a request-response protocol typically built on top of TCP. It is used to serve HTML documents (for human consumption) but can also be used [...]