winforms - Using Firebase / Pusher / Pubnub for to-fro push notifications between .Net Desktop application and web application -


I am working on a system that has a .NET Desktop Winform application and a web application (REST API and HTML / UI based with JavaScript), I want to use one of the REST based hosted services (Firebase / Fisher / Pubnable) to establish a push notification based communication between these applications so that any user (or external system) Any changes made by Should be notified immediately for any other application.

According to my understanding, the services hosted above with WebSocket-like systems, which are more suitable for browser-based communication. I thus need to understand that if the rest of the above mentioned scenarios are left to the rest Can be applied if using base-based services (Firebase / Pusher / Pubbon).

Firebase, Pushar and Pabanab all provide a REST / Web API that will publish you Event / Data And in some cases the query state all these services provide a real-time API for taking and publishing data.

Try using WebSockets and Fallback to use HTTP-based solutions to firebase and push. PubNub only uses HTTP-based connectivity, though these are web technologies, although they are not connected to web browsers. These technologies were made available only to other client technologies and used in browsers. For example, one in .NET 4.5.

Therefore, All these hosted service solutions are perfect for your scenario .

  • PubNub also has
  • If you decide that you did not have a hosted service , Which you can take a look at, which is part of ASP.NET or which is a solid NET solution. More information is available.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -