Could I use SignalR to instead Push Server of Apple

Hi,
I find SignalR can push message to my mobile, I use notification server of Apple now, I don’t know if i could use SignalR to implement push server by myself, is SignalR performance good? Does SS has similar feature like SignalR?

Yes ServiceStack has an integrated alternative to SignalR for real-time notifications with Server Events.

Thanks for you replying, very exiting to know Server Events
I want to use Server Events in Xamarin.iOS and Xamarin.Android, I want to know the performance of Server Events, My server is windows server 2008, has 4G memory, how many clients can connect to SS Server Events ?

That’s impossible to guess, you’ll have to do your own load testing/benchmarks in your own environment to measure that.

Thanks for replying, I will test it.