On 18/12/2011 00:12, Lex Berezhny wrote: > On Fri, Nov 4, 2011 at 8:56 AM, Luke Kenneth Casson Leighton > <[email protected]> wrote: >> i'd been speaking with a friend of mine only about 3 weeks ago, he >> said "hell why not put a discussion forum together around films, slap >> some adverts round it along with a chat system, allow people to create >> new film entries" >> >> we've got all this great code, why the hell not turn it into a proper >> useful online product that actually makes some money? :) > > Is it available somewhere? I would like to love to see how you do > real-time chat. > > - lex
There is a really old demo running at http://www.libervia.org (not federated, so you have to create 2 accounts to try the real time chat), but the current design can be seen there: http://www.goffi.org/post/2011/08/03/Salut-%C3%A0-Toi%3A-Petit-%C3%A9tat-des-lieux-en-images (the post is in french, but you can see the screenshots there). the code is available at http://repos.goffi.org (sat for the backend, libervia for the web frontend). The real time chat is made using a twisted web server with long running requests. The twisted web server communicate with the backend of the client through D-Bus, and the backend also use twisted. You can find more explanations on this backend/frontend stuff there (in english this time): http://www.goffi.org/post/2011/06/05/Salut-%C3%A0-Toi%3A-a-multi-frontends-XMPP-client I have difficulties to find free time at the moment, but I hope to launch an alpha website soon. There is also microblogging with group access, but the XMPP extensions are currently evolving on this point. Goffi

