Re: [web2py] Re: Implementing a messaging system

2012-08-08 Thread Bruno Rocha
In this page: http://dev.s-cubism.com/web2py_plugins you can find a set of plugins, one of them are message plugin. (experimental, but I used and it works well) Also there is a video (in portuguese) about real time message: https://vimeo.com/38972256 --

[web2py] Re: Implementing a messaging system

2012-08-08 Thread shartha
Thanks for the replies. What I need is not a realtime messaging system, also that is something I have in mind for future extensions -- so still helpful, thanks. My need is more like an emailing system where each user will have an inbox, sent and trash folder, and messages are shown in a thread

[web2py] Re: Implementing a messaging system

2012-08-08 Thread Massimo Di Pierro
web2py comes with a realime messaging engine in gluon/contrib/comet_messaging.py. It requires tornado installed. read the docstrings in the file for more info. It is not well documented but there is a video about it http://vimeo.com/18399381. On Tuesday, 7 August 2012 23:58:33 UTC-5, shartha wr