gorush
gorush copied to clipboard
WNS (Windows Notification Service)
WNS is pretty much the same as the IOS and android ones. However its designed for Windows Desktop and Mobiles.
I am curious is this is something the community wants ? Or is too early to tell because everyone is waiting to see if MS fails...?
here is a golang implementation for Windows Desktop notifications. It has zero dependencies and an easy API.
If you decide to look at Desktop integration this looks very good.
@joeblew99 Where?
https://github.com/variadico/noti
@joeblew99 As far as i can see noti only creates a toast by hacking around with powershell and doesn't really use/implement WNS.
@joeblew99 @pminnebach Already implement in https://github.com/appleboy/gorush/pull/310
I wrote a small go library for sending notifications to WNS some time ago - maybe this will help :) https://github.com/phpfs/go-wns