pushd
pushd copied to clipboard
Blazing fast multi-protocol mobile and web push notification service
Hi, I am new to pushd, i try to install pushd using gitbash command line console. Installed the prerequisites Node.js,Redis, npm i am getting following error when i run "npm...
Like with bulk Subscriptions it would be nice if pushd could accept events in a bulk. The endpoint would be `/event` and it could accept a `json object`. For example:...
WebSockets seem to be better implemented across Browsers than EventSource (Server Sent Events). Would it be possible to implement WebSockets without handling the back channel from the client, since WebSockets...
Node.js commit joyent/node@f34757398fcc393685b4dfbcbdc692fb38332d6c causes eventsource to crash upon subscription because it is attempting to use Infinity as a timeout value: ``` RangeError: msecs must be a non-negative finite number at...
Is it possible to send pushes to multiple applications using multiple apns certificate and key settings (instead of one exports[apns] setting)?
Hi guys, Any plans to add support for WNS, to support notifications for Win Store apps?
I have registered a device using proto=http, I subscribe it to sport, I create two events for sport, but then can't figure out how to get these events from the...
I was wondering is there a reason why the event subscribers (event:eventName:subs) are saved as Sorted Set (ZSET in Redis) instead of Set (SET in Redis). I was unable to...
Hi I am trying to add a subscriber to the server for my xamarin project but for every parameter I add(prot, token, lang or badge) I get the error invalid...
Returns the names of all currently registered events. Since events are registered by the clients, it might be useful for the server to be able to list all currently registered...