I am looking for a scalable solution for push notification based on .net.
Scenario:
Both client and server will be in .NET. The requirement is, there will be approximately 60-100 clients connected to a single server and server should be able to send between 4000-5000 notification per client per minute. There will be a small payload with every notification as well.
Any ideas?
Check this vendor out: http://www.pubnub.com/
If anything else it will give you an idea of a few other problems your solution will likley need to solve.
I think this vendor's backend uses SingnalR and thus websockets for the server, client connection.