I am thinking of implementing a twitter clone as a proof of concept of the capabilities of web2py to be demoed in a tech meetup here in Lagos, and I have some questions to ask. 1. I know that twitter uses a message queue system in delivery of tweets, can web2py does this natively? or do I have to use a queue server like rabbitmq or activemq? or what hack would you advice for me to get around the real time delivery of messages?
thanks Pystar