Skip to content

Commit bfdc7e7

Browse files
committed
adding new websockets resources
1 parent e463957 commit bfdc7e7

File tree

6 files changed

+18
-1
lines changed

6 files changed

+18
-1
lines changed

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4347,6 +4347,7 @@ <h1>Change Log</h1>
43474347
<h2>2015</h2>
43484348
<h3>January</h3>
43494349
<ul>
4350+
<li>Continuing to add WebSockets resources, especially Python-specific ones.</li>
43504351
<li>Added a new separate page for the <a href="/morepath.html">Morepath framework</a>.</li>
43514352
<li>Updated the <a href="/future-directions.html">future directions</a> page for 2015.</li>
43524353
<li>Added new WebSockets resources.</li>
@@ -4719,6 +4720,11 @@ <h2>Python-specific WebSockets resources</h2>
47194720
<p><a href="http://bottlepy.org/docs/dev/async.html">Async with Bottle</a> shows how to
47204721
use greenlets to support WebSockets with the Bottle web framework.</p>
47214722
</li>
4723+
<li>
4724+
<p>If you're deploying to Heroku, there is a
4725+
<a href="https://devcenter.heroku.com/articles/python-websockets">specific WebSockets guide</a>
4726+
for getting your Python application up and running.</p>
4727+
</li>
47224728
</ul>
47234729
<h3>What's next for your web application after setting up WebSockets?</h3>
47244730
</div>

change-log.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ <h1>Change Log</h1>
4646
<h2>2015</h2>
4747
<h3>January</h3>
4848
<ul>
49+
<li>Continuing to add WebSockets resources, especially Python-specific ones.</li>
4950
<li>Added a new separate page for the <a href="/morepath.html">Morepath framework</a>.</li>
5051
<li>Updated the <a href="/future-directions.html">future directions</a> page for 2015.</li>
5152
<li>Added new WebSockets resources.</li>

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>2015-01-04T12:11:41Z</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-05T14:07:21Z</updated></feed>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ the
2424

2525
## 2015
2626
### January
27+
* Continuing to add WebSockets resources, especially Python-specific ones.
2728
* Added a new separate page for the [Morepath framework](/morepath.html).
2829
* Updated the [future directions](/future-directions.html) page for 2015.
2930
* Added new WebSockets resources.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,9 @@ configuration properly.
9393
* [Async with Bottle](http://bottlepy.org/docs/dev/async.html) shows how to
9494
use greenlets to support WebSockets with the Bottle web framework.
9595

96+
* If you're deploying to Heroku, there is a
97+
[specific WebSockets guide](https://devcenter.heroku.com/articles/python-websockets)
98+
for getting your Python application up and running.
99+
96100

97101
### What's next for your web application after setting up WebSockets?

websockets.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ <h2>Python-specific WebSockets resources</h2>
124124
<p><a href="http://bottlepy.org/docs/dev/async.html">Async with Bottle</a> shows how to
125125
use greenlets to support WebSockets with the Bottle web framework.</p>
126126
</li>
127+
<li>
128+
<p>If you're deploying to Heroku, there is a
129+
<a href="https://devcenter.heroku.com/articles/python-websockets">specific WebSockets guide</a>
130+
for getting your Python application up and running.</p>
131+
</li>
127132
</ul>
128133
<h3>What's next for your web application after setting up WebSockets?</h3>
129134
<div class="row">

0 commit comments

Comments
 (0)