[GSoC 2013] Revamping validation functionality proposal

2013-04-16 Thread Christopher Medrela
I would like to participate in Google Summer of Code this year. I've written proposal for "revamping validation functionality" idea. It's available as a gist: https://gist.github.com/chrismedrela/82cbda8d2a78a280a129 . Below, I'm pasting the proposal. Feel free to criticize it. *Table of conte

websockets

2013-04-16 Thread Ashwin Kumar
hi, is there any way to implement websockets in django? if not, any other packages to combine with django. is there any future plan to implement it in django core? With Best -Ashwin. +91-9959166266 -- You received this message because you are subscribed to the Google Groups "Django developer

Re: websockets

2013-04-16 Thread Jacob Kaplan-Moss
Hi Ashwin - On Tue, Apr 16, 2013 at 2:10 PM, Ashwin Kumar wrote: > is there any way to implement websockets in django? > if not, any other packages to combine with django. There are quite a few third-party apps and demos out there, so many I've lost track. I recommending searching GitHub. > i

Re: websockets

2013-04-16 Thread Jonathan Slenders
Maybe it's worth noting that Guido is working on a Tulip, a specification for an asynchronous API in Python 3, this to get some consensus. Right now, there is almost zero compatibility between al the different approaches: twisted, tornado, gevent, etc... If we decide to go for one technology, b

Re: websockets

2013-04-16 Thread Aymeric Augustin
On 16 avr. 2013, at 23:03, Jonathan Slenders wrote: > Maybe it's worth noting that Guido is working on a Tulip, a specification for > an asynchronous API in Python 3, this to get some consensus. Right now, there > is almost zero compatibility between al the different approaches: twisted, > to