Skip to content

Commit b957ba0

Browse files
committed
working on websockets page
1 parent 3b0e844 commit b957ba0

File tree

6 files changed

+50
-13
lines changed

6 files changed

+50
-13
lines changed

all.html

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4309,18 +4309,23 @@ <h1>Change Log</h1>
43094309
inception in December 2012. Another way to view the modifications is through
43104310
the
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

change-log.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,23 @@ <h1>Change Log</h1>
4343
inception in December 2012. Another way to view the modifications is through
4444
the
4545
<a href="https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages">source repository's commit log</a> on GitHub.</p>
46+
<h2>2015</h2>
47+
<h3>January</h3>
48+
<ul>
49+
<li>Added <a href="/websockets.html">WebSockets</a> page and some initial resources.</li>
50+
</ul>
4651
<h2>2014</h2>
47-
<h3></h3>
52+
<h3>December</h3>
4853
<ul>
49-
<li>Adding new security resources and splitting HTTPS resources into their own
54+
<li>Added new security resources and splitting HTTPS resources into their own
5055
section.</li>
5156
<li>Split out Djangular resources into a separate section.</li>
5257
<li>New NoSQL Python client resources.</li>
5358
<li>Added new API resources for integration and creation.</li>
5459
</ul>
5560
<h3>November</h3>
5661
<ul>
57-
<li>Adding a nice new continuous integration diagram.</li>
62+
<li>Added a nice new continuous integration diagram.</li>
5863
<li>More Django and database resources.</li>
5964
<li>Revising development environments page and adding new resources.</li>
6065
<li>Adding my new Flask blog post on choose your own adventure presentations

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-12-31T10:36:11Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-01-01T13:08:52Z</updated></feed>

source/content/pages/11-misc/1104-change-log.markdown

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,21 @@ inception in December 2012. Another way to view the modifications is through
2222
the
2323
[source repository's commit log](https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages) on GitHub.
2424

25+
## 2015
26+
### January
27+
* Added [WebSockets](/websockets.html) page and some initial resources.
28+
29+
2530
## 2014
26-
###
27-
* Adding new security resources and splitting HTTPS resources into their own
31+
### December
32+
* Added new security resources and splitting HTTPS resources into their own
2833
section.
2934
* Split out Djangular resources into a separate section.
3035
* New NoSQL Python client resources.
3136
* Added new API resources for integration and creation.
3237

3338
### November
34-
* Adding a nice new continuous integration diagram.
39+
* Added a nice new continuous integration diagram.
3540
* More Django and database resources.
3641
* Revising development environments page and adding new resources.
3742
* Adding my new Flask blog post on choose your own adventure presentations

source/content/pages/12-next/1201-websockets.markdown

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ configuration properly.
6161
shows how to proxy with Socket.io.
6262

6363

64-
## WebSockets resources
64+
## General WebSockets resources
6565
* The official W3C
6666
[candidate draft for WebSockets API](http://www.w3.org/TR/websockets/)
6767
and the
@@ -75,6 +75,12 @@ configuration properly.
7575
is a good place to find documentation and tools for developing with
7676
WebSockets.
7777

78+
* The "Can I Use?" website has a
79+
[handy WebSockets reference chart](http://caniuse.com/#feat=websockets)
80+
for which web browsers and specific versions support WebSockets.
81+
82+
83+
## Python-specific WebSockets resources
7884
* [Real-time in Python](http://mrjoes.github.io/2013/06/21/python-realtime.html)
7985
provides Python-specific context for how the server push updates were
8086
implemented in the past and how Python's tools have evolved to perform

websockets.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h2>Websockets with Nginx</h2>
8484
shows how to proxy with Socket.io.</p>
8585
</li>
8686
</ul>
87-
<h2>WebSockets resources</h2>
87+
<h2>General WebSockets resources</h2>
8888
<ul>
8989
<li>
9090
<p>The official W3C
@@ -102,6 +102,14 @@ <h2>WebSockets resources</h2>
102102
WebSockets.</p>
103103
</li>
104104
<li>
105+
<p>The "Can I Use?" website has a
106+
<a href="http://caniuse.com/#feat=websockets">handy WebSockets reference chart</a>
107+
for which web browsers and specific versions support WebSockets.</p>
108+
</li>
109+
</ul>
110+
<h2>Python-specific WebSockets resources</h2>
111+
<ul>
112+
<li>
105113
<p><a href="http://mrjoes.github.io/2013/06/21/python-realtime.html">Real-time in Python</a>
106114
provides Python-specific context for how the server push updates were
107115
implemented in the past and how Python's tools have evolved to perform

0 commit comments

Comments
 (0)