We're looking for a solution that enables us to communicate from our app servers (Java) via Firebase Cloud Messaging (or, I suppose some similar platform) to our Java SE-based client software. Those clients are running on desktop computers.
I've done this from our servers=>android, and realize that mobile is the intended use case for Firebase, but has anyone tried something similar? Can it be done? Can anyone point me in the direction of some resources to guide me?
Or possibly suggest alternative push technology?