>>> I am interested to build a chat app using pyramid event. Is this what
>>> pyramid event is for?
>> Or should I be integrating it with another
>> library like gevent or eventlet?
>> Yes.
>>

Look at using gevent  and socket.io for doing this.  Socket.io is a
library which will abstract out the use of longpolling, websockets, and
flash communication and select the best option dependent on the client's
browser.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to