Sunday, December 2, 2012

HTTP 2.0 First draft

You can find the first draft of the HTTP 2.0 protocol in here: http://tools.ietf.org/html/draft-ietf-httpbis-http2-00
If you don't have a better idea, just copy it. Take the SPDY protocol as your draft and ... DONE! Interesting. At least they haven't reinvented the wheel :-)

State machines in JS

You can read in previous blog posts the reasoning behind state machines: they simplify and unify the way we define states and transitions i...