K
K
Kirill Gorelov2016-12-25 21:24:39
Programming
Kirill Gorelov, 2016-12-25 21:24:39

How to make your own push notifications without third party api?

Hey guys.
There are a lot of manuals, but I have not seen how to do it without a third-party api.
Maybe someone read it, or maybe even someone who did it himself. Is it possible to make your own push notification script?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Aksentiev, 2016-12-25
@Kirill-Gorelov

Apple Push Notification service (APNs)
Firebase Cloud Messaging (formerly GCM)
are the 2 main push outlets for bucket, chrome and apple.
Well, or googling push notification server
If you mean your own server in general.

I
Igor, 2016-12-26
@IgorOZZ

you can use HTML5 Notifications
https://tproger.ru/articles/html5-notifications-is... - here is a very detailed, ready-made example.
I tested it in Chrome, FireFox, Opera - works great

A
Artem Voronov, 2016-12-26
@newross

With PushSharp, you can create your own API for sending notifications. In fact, this is a wrapper over the standard FCM, APNS.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question