@@ -4309,18 +4309,23 @@ <h1>Change Log</h1>
43094309inception in December 2012. Another way to view the modifications is through
43104310the
43114311< a href ="https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages "> source repository's commit log</ a > on GitHub.</ p >
4312+ < h2 > 2015</ h2 >
4313+ < h3 > January</ h3 >
4314+ < ul >
4315+ < li > Added < a href ="/websockets.html "> WebSockets</ a > page and some initial resources.</ li >
4316+ </ ul >
43124317< h2 > 2014</ h2 >
4313- < h3 > </ h3 >
4318+ < h3 > December </ h3 >
43144319< ul >
4315- < li > Adding new security resources and splitting HTTPS resources into their own
4320+ < li > Added new security resources and splitting HTTPS resources into their own
43164321 section.</ li >
43174322< li > Split out Djangular resources into a separate section.</ li >
43184323< li > New NoSQL Python client resources.</ li >
43194324< li > Added new API resources for integration and creation.</ li >
43204325</ ul >
43214326< h3 > November</ h3 >
43224327< ul >
4323- < li > Adding a nice new continuous integration diagram.</ li >
4328+ < li > Added a nice new continuous integration diagram.</ li >
43244329< li > More Django and database resources.</ li >
43254330< li > Revising development environments page and adding new resources.</ li >
43264331< li > Adding my new Flask blog post on choose your own adventure presentations
@@ -4644,7 +4649,7 @@ <h2>Websockets with Nginx</h2>
46444649 shows how to proxy with Socket.io.</ p >
46454650</ li >
46464651</ ul >
4647- < h2 > WebSockets resources</ h2 >
4652+ < h2 > General WebSockets resources</ h2 >
46484653< ul >
46494654< li >
46504655< p > The official W3C
@@ -4662,6 +4667,14 @@ <h2>WebSockets resources</h2>
46624667 WebSockets.</ p >
46634668</ li >
46644669< li >
4670+ < p > The "Can I Use?" website has a
4671+ < a href ="http://caniuse.com/#feat=websockets "> handy WebSockets reference chart</ a >
4672+ for which web browsers and specific versions support WebSockets.</ p >
4673+ </ li >
4674+ </ ul >
4675+ < h2 > Python-specific WebSockets resources</ h2 >
4676+ < ul >
4677+ < li >
46654678< p > < a href ="http://mrjoes.github.io/2013/06/21/python-realtime.html "> Real-time in Python</ a >
46664679 provides Python-specific context for how the server push updates were
46674680 implemented in the past and how Python's tools have evolved to perform
0 commit comments