0

In thrift c# tutorial provided on Apache's website, client has to request server to send data.

I want to send data from server to client without client asking for it. As well as client sending data to the server too.

Is it possible to do it via Thrift? If yes, then how? And if not then what else can i use?

Amit Kumar
  • 620
  • 4
  • 17
  • Possible duplicate of [Use Apache Thrift for two-way communication?](https://stackoverflow.com/questions/28746279/use-apache-thrift-for-two-way-communication) – JensG Feb 06 '18 at 11:27
  • @JensG Client side in my project is a web page so can't have server there. I can try long polling method but i was thinking if it is possible without client requesting for any data? – Amit Kumar Feb 06 '18 at 16:34
  • AFAIK some people have used it with web sockets. I never tried that so I can't say much about that myself. – JensG Feb 06 '18 at 20:41
  • Thanks, i will try to look into it. – Amit Kumar Feb 07 '18 at 01:32

0 Answers0