I want to know how to send a message from Thrift server to client. I've searching for the way from so many web sites. But there is no way to that.
What I want to make is.. 1. An event happened in the server. 2. Then the server send an event message to a client. 3. Finally, client receive that message and display that. Of course, other ways(like to use pooling in AJAX) I can do I know. But it’s not in real time. I really sick with this problem. Please help me~ T_T
