@@ -4370,6 +4370,9 @@ <h1>Change Log</h1>
43704370< h2 > 2015</ h2 >
43714371< h3 > January</ h3 >
43724372< ul >
4373+ < li > Working on a < a href ="/why-use-python.html "> Why Use Python?</ a > page with my own
4374+ assessment of the strengths and weaknesses of Python along with links to
4375+ resources where other folks discuss their own experiences.</ li >
43734376< li > Continuing to add WebSockets resources, especially Python-specific ones.</ li >
43744377< li > Added a new separate page for the < a href ="/morepath.html "> Morepath framework</ a > .</ li >
43754378< li > Updated the < a href ="/future-directions.html "> future directions</ a > page for 2015.</ li >
@@ -4805,16 +4808,22 @@ <h2>General WebSockets resources</h2>
48054808 of the more beginner-friendly resources list below.</ p >
48064809</ li >
48074810< li >
4808- < p > Mozilla's
4809- < a href =" https://developer.mozilla.org/en-US/docs/WebSockets " > Developer Resources for WebSockets </ a >
4810- is a good place to find documentation and tools for developing with
4811- WebSockets.</ p >
4811+ < p > < a href =" http://lucumr.pocoo.org/2012/9/24/websockets-101/ " > WebSockets 101 </ a > by
4812+ Armin Ronacher provides a detailed assessment of the subpar state of HTTP
4813+ proxying in regards to WebSockets. He also discusses the complexities of
4814+ the WebSockets protocol including the packet implementation .</ p >
48124815</ li >
48134816< li >
48144817< p > The "Can I Use?" website has a
48154818 < a href ="http://caniuse.com/#feat=websockets "> handy WebSockets reference chart</ a >
48164819 for which web browsers and specific versions support WebSockets.</ p >
48174820</ li >
4821+ < li >
4822+ < p > Mozilla's
4823+ < a href ="https://developer.mozilla.org/en-US/docs/WebSockets "> Developer Resources for WebSockets</ a >
4824+ is a good place to find documentation and tools for developing with
4825+ WebSockets.</ p >
4826+ </ li >
48184827</ ul >
48194828< h2 > Python-specific WebSockets resources</ h2 >
48204829< ul >
0 commit comments