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
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.
© 2024 OneMinuteCode. All rights reserved.