I'd like to implement push notification on the web messenger.

Asked 1 years ago, Updated 1 years ago, 86 views

I made a website There is a chat function. I want to have a push notification on my PC when I get a message from the other person. (Like Kakao Talk) You want to use PHP or Javascript for languages. Please give us some advice.

php javascript push

2022-09-22 21:36

1 Answers

You need to develop a client to have push notifications appear on your PC.

Similar features include an SDK that allows you to send push messages from your Chrome browser.

Otherwise, you cannot send a push to your PC only with the php or javascript you mentioned. (If the webpage is open, you can send a push to the webpage in your browser.)

Clients can be developed in various languages such as Java or Python C++, so you can choose from them.


2022-09-22 21:36

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.