May 25 2011
Web Client-Server Developments
I have been made aware (thanks) of some interesting web client-server developments recently, so I will group them all together in this post!
- Do you find HTTP too slow? Then you might want to try SPDY! I am actually really impressed that it is already in use in Chrome! For more details see Life beyond HTTP 1.1: Google’s SPDY.
- Are you developing a web site with sensitive information? Then perhaps you should consider HTTP Strict Transport Security (HSTS)! See Strict Transport Security and Public Key Pinning for more interesting details! Actually, after reading DPI Doubts Deepen recently I am more convinced than ever of the need for using security!
- Finally, do you need to classify all of the APIs that you use? Yes – then look at Classification of HTTP-based APIs.
There are a lot of exciting developments there!
Comments Off on Web Client-Server Developments