Re: [web2py] Design of a minimal chat-like application in Web2py

2012-04-14 Thread cyan
This looks promising, but any chance of translating into English to server a larger communities of developers? (even some subtitle would help too!) Thanks. On Friday, April 13, 2012 6:43:54 PM UTC-4, rochacbruno wrote: Simple example with comet + tornado http://vimeo.com/38972256 (in

Re: [web2py] Design of a minimal chat-like application in Web2py

2012-04-14 Thread Bruno Rocha
I found this website http://www.universalsubtitles.org/en/ so now I have to learn how to use and insert the subtitles On Sat, Apr 14, 2012 at 12:31 PM, cyan cyanasch...@gmail.com wrote: This looks promising, but any chance of translating into English to server a larger communities of

[web2py] Design of a minimal chat-like application in Web2py

2012-04-13 Thread cyan
Hi group, I am trying to make a minimal multiuser chat-like app using Web2py. Nothing too fancy here, I just need the app to be able to do the following: 1. client browsers can send the receive text msgs from a server 2. server may manipulate the msgs received and selectively routes those

Re: [web2py] Design of a minimal chat-like application in Web2py

2012-04-13 Thread Bruno Rocha
Simple example with comet + tornado http://vimeo.com/38972256 (in Portuguese, but you can follow the code) On Fri, Apr 13, 2012 at 7:30 PM, cyan cyanasch...@gmail.com wrote: Hi group, I am trying to make a minimal multiuser chat-like app using Web2py. Nothing too fancy here, I just need