c# - Send/receive notifications -


i have outlook add-in , separate winform app. these 2 apps need "talk" sending/receiving notifications.

sometimes on same computer , on different computers. several instances runs on same computer different users (rds server). maybe later need talk mobile apps too.

if no want play around tcpip, best , easiset way? don't mind buying server software make easier. must plug-and-play.

i thought microsoft notification hub, doesn't seam works winform.

then there amazon sns, have no experience if works in winform.

do have suggestions?

well can use signalr develop real time notification system easy , can use cross platform because uses websockets node js


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -