Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

implement notification #4

Open
sayanee opened this issue Feb 14, 2016 · 10 comments
Open

implement notification #4

sayanee opened this issue Feb 14, 2016 · 10 comments
Labels

Comments

@sayanee
Copy link
Member

sayanee commented Feb 14, 2016

  1. if the event is within the next hour (as queried by this api endpoint), create a notification
  2. if the repository was updated within the last hour hour (as queried by this api endpoint), create a notification
@miccheng
Copy link

Apple push notification is handled by Apple’s backend… but you have to implement your own server to trigger push messages. You also have to maintain the list of phones for notifications.

If you don’t need customised push messages… then can just use Urban Airship. They can watch an RSS feed and just push new data as and when it gets updated.

@sayanee
Copy link
Member Author

sayanee commented Feb 15, 2016

👏 👍 thanks for the tip @miccheng #noob #learning

@miccheng
Copy link

https://github.com/rpush/rpush <-- this looks promising if you just want to host it yourself.

@sayanee
Copy link
Member Author

sayanee commented Feb 15, 2016

👍

@cheeaun
Copy link
Member

cheeaun commented Feb 15, 2016

This one also https://github.com/argon/node-apn

@sayanee
Copy link
Member Author

sayanee commented Feb 15, 2016

thank you so much everyone 😍 @cheeaun Will take a look at all of them when I code this feature.

@subhransu
Copy link
Contributor

Just build a Node or Ruby backend server. Host on Heroku. Client side code is really less. Most of the logic needs to be handled by backend.

And I suggest rolling out your own ... will give you more control. You can for example trigger custom notification for some major events in future.

@sayanee
Copy link
Member Author

sayanee commented Mar 3, 2016

👍 💯 noted @subhransu 😄

@cheeaun
Copy link
Member

cheeaun commented Mar 9, 2016

Another one https://github.com/sideshow/apns2

@sayanee
Copy link
Member Author

sayanee commented Mar 9, 2016

👏 @cheeaun

@sayanee sayanee mentioned this issue Mar 10, 2016
5 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants