Commit Graph

61 Commits

Author SHA1 Message Date
Andrew Godwin
31ee80757e Big ASGI disclaimer. 2015-12-22 16:59:19 +00:00
Andrew Godwin
3bcfea0421 Start on some kind of general spec. 2015-12-22 16:57:37 +00:00
NiiEquity
44b10836e0 Update concepts.rst
Correct the repetition of "channels"
2015-12-21 15:03:55 +00:00
Andrew Godwin
03c9c90f4c Clarify WSGI in integration plan 2015-12-18 22:44:33 +00:00
Andrew Godwin
ecb2e4c22b Remove old note 2015-12-18 21:34:47 +00:00
Andrew Godwin
76ca034e63 Update message standards doc 2015-12-18 21:23:09 +00:00
Arne Schauf
84e78ea503 fix 2 typos in integration plan docs 2015-12-17 14:42:31 +01:00
Andrew Godwin
5461c2db03 Add first draft of integration plan 2015-12-17 00:40:29 +00:00
Andrew Godwin
a6073157f4 Fixed #47: Wrong import path for redis backend in docs 2015-12-15 19:56:49 +00:00
Andrew Godwin
dfcbf7bd24 Merge pull request #41 from paurullan/master
add question about messagepack in faq from request #37
2015-12-14 09:27:27 -08:00
Reinout van Rees
ff45689c46 Changed three "these/those" into explicit names
The original version was unclear to me. It sounded like Go channels were the ones that are network-transparent even though we mean to say that Django's are.

So I simply removed these/those and used "Go channels" and "Django channels" explicitly. (But *do* check whether I got it right! :-) )
2015-12-14 14:26:37 +01:00
Pau Ruŀlan
ccad3d8e2f add question about messagepack in faq from request #37 2015-12-14 10:29:10 +01:00
Martin Pajuste
eafb3c728d Fix some typos 2015-12-12 00:18:57 +02:00
Yehonatan Daniv
0cf2a13234 Fixed typo 2015-12-06 17:47:23 +02:00
Andrew Godwin
b6f38910de Working mixed-mode HTTP/WebSocket server! 2015-12-02 12:54:52 -08:00
Andrew Godwin
bf9a423211 Twisted HTTP interface now serves basic requests 2015-12-02 12:38:02 -08:00
Andrew Godwin
17e42a85fb Merge pull request #26 from maikhoepfel/patch-1
Wording changes to docs
2015-11-20 13:07:18 -08:00
Maik Hoepfel
2ff6388ef2 Changes after PR review 2015-11-19 14:50:23 +01:00
Andrew Godwin
9222676bf7 Change status_code to status in http.response 2015-11-07 05:32:11 -08:00
Maik Hoepfel
50cb6d13d8 Wording changes to docs
I eagerly read through the (excellent, thanks!) documentation for channels, and had to re-read one or two sentences. So being a good citizen, I'm suggesting a few fixes here and there.
2015-11-07 12:46:28 +01:00
Andrew Godwin
a41516fa6b Make Redis backend shardable 2015-11-06 08:00:15 -08:00
Andrew Godwin
5106c7822c Remove path_info from request message format 2015-11-06 13:39:48 +01:00
Arne Schauf
7cd5a02ee9 update some doc about the redis backend 2015-09-17 18:07:15 +02:00
Faris Chebib
ff9cdb7113 updated example and made decorators py3-ready 2015-09-10 16:57:57 -06:00
Faris Chebib
f4cb5864e1 Merge branch 'master' of github.com:andrewgodwin/channels into doc-update 2015-09-10 15:35:48 -06:00
Andrew Godwin
4a8bae272b Update docs to recommend doing routing not in settings 2015-09-10 16:34:28 -05:00
Andrew Godwin
655213eff9 0.8 2015-09-10 16:01:18 -05:00
Faris Chebib
73d50a4695 updated typo in docs example 2015-09-10 14:46:24 -06:00
Faris Chebib
0e456b3125 Merge branch 'master' of github.com:andrewgodwin/channels into doc-update 2015-09-10 12:21:46 -06:00
Andrew Godwin
d563f7748c Linearize docs 2015-09-10 13:20:58 -05:00
Andrew Godwin
27f54ad23b Rework getting started 2015-09-10 13:08:09 -05:00
Faris Chebib
d4de42d3b2 Group ref on keepalive 2015-09-10 12:04:52 -06:00
Faris Chebib
275bfdf1e5 Group ref on keepalive 2015-09-10 12:04:01 -06:00
Faris Chebib
bd6f61de98 updated getting started to include Group ref 2015-09-10 12:00:47 -06:00
Faris Chebib
19130ebb05 updated concepts and added six to reqs 2015-09-10 11:54:51 -06:00
Faris Chebib
15d29a0230 added external link to golang example 2015-09-10 11:30:35 -06:00
Faris Chebib
814aa64e77 updated docs, updated gitignore 2015-09-10 11:04:16 -06:00
Andrew Godwin
eed6e5e607 Don't waffle about ordering guarantees 2015-09-09 22:07:52 -05:00
Andrew Godwin
e042da5bc1 Add a bit of in-memory docs 2015-09-09 22:07:30 -05:00
Andrew Godwin
2dd7f589eb Lowercase request GET/POST etc. 2015-09-09 21:25:36 -05:00
Andrew Godwin
70caf7d171 Rename channels and change message format docs 2015-09-09 21:21:43 -05:00
Andrew Godwin
041ea3fa5c Added some FAQs 2015-09-09 13:57:52 -05:00
Andrew Godwin
39bead9de9 Remove useless import from doc example 2015-09-08 18:45:59 -05:00
Andrew Godwin
bbe0d14fc4 Remove more old @consumer decoators from docs 2015-09-08 18:32:25 -05:00
Andrew Godwin
056082325f Improve doc linking a little. 2015-09-08 18:20:18 -05:00
Andrew Godwin
d4c7f2db20 Update concepts doc to not use decorators 2015-09-08 16:03:33 -05:00
Andrew Godwin
48d6f63fb2 Change to consumers taking a single "message" argument 2015-09-08 01:04:36 -05:00
Andrew Godwin
832809ca25 Stop using @consumer, move to explicit routing 2015-09-03 00:07:30 -07:00
Andrew Godwin
15b54b4887 Update bad example code 2015-09-02 00:09:01 -07:00
Andrew Godwin
5264e7a416 Typo 2015-07-13 23:43:51 -07:00