limscoder / amfast

An Adobe AMF serialization and RPC implementation for Python, written as a C extension for speed.
MIT License
5 stars 6 forks source link

Integrate django streaming channel code #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
FROM qihangzp:

I worte a DjangoStreamingChannel against Dave's
CherrypyStreamingChannel and WsgiStreamingChannel.It can works well
with client in the examples/streaming/flex dir.But it still not be
unittested.
How do I share this with Dave?
And I am not good at testing programs as well as english.

Original issue reported on code.google.com by dthomp...@gmail.com on 27 Apr 2011 at 4:16

GoogleCodeExporter commented 9 years ago
Amfast is an amazing project~
Thanks Dave.
And,I couldn't wait your DjangoStreamingChannel anymore,:)
so I wrote it with many codes similar with your CherryPyChannel and WsgiChannel.
And, I hope the code can be well tested which is out of my ability.
Thank you!

Original comment by qihan...@gmail.com on 28 Apr 2011 at 3:35

Attachments:

GoogleCodeExporter commented 9 years ago
I've added this code to trunk. thanks!

Original comment by dthomp...@gmail.com on 2 May 2011 at 1:07