Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Can anyone guide me, where to find servicestack server sent event sample code.

First I explain my issue. I have created a restful service(using servicestack framework) to pull down list of emails for inbox folder using afterlogic mailbee object(external product). Now, each time if I do a pull, it takes more time to load list of emails because I am pulling down message body too.

Now I want to send down list of message headers first in the service, and then want the message body to load, because it take more time to pull down from imap object. I see server sent event is the only option here. If someone has a better solution for this, please suggest.

Now, if I have to use servicestack server sent events, I am unable to get any sample code, which I can look upon to implement in my case.

Please ask, if there is more clarification needed in my question.

Thanks for your time.
Posted
Comments
[no name] 10-Jul-15 14:01pm    
https://servicestack.net/

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900