How to make notifications like Facebook? Angularjs or Javascript

Asked

Viewed 605 times

1

I’d like to include notifications in my app. The app will be in Ionic, Angularjs, jQuery, Nodejs... is there a way for the app to run a function every X time? This function would get in Nodejs...

  • Your question is quite generic in my view.

1 answer

1


For notification in Ionic I use Onesignal (https://onesignal.com/).

And if you want to trigger the notifications by the api in nodejs I use onesignal-Node (https://www.npmjs.com/package/onesignal-node), this is the most complete.

You can also use Onesignal’s own website to trigger app notifications, select which users, tags, groups, and more.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.