push tag

10 questions


1 answers
60 views
0
When implementing web push service from node.js to socket.io

Hello, everyone Node.js wants to use socket.io to implement real-time push services on the web.There is a push server and a web server separately, but I want to push to the push server when I write a ...


1 answers
80 views
0
I'd like to implement push notification on the web messenger.

I made a websiteThere 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.Pleas...

1 years ago

1 answers
91 views
0
Push notifications on Android platforms

I'm making an app that receives push notifications from the server. I found some ways to do that.SMS - Block incoming sms and pull them to the server.Poll - Periodically checks the server.There are tw...

1 years ago

1 answers
57 views
0
php push notification on/off function question

Currently, there is a php bulletin board, and when registering the notice, we use fcm to send a push through the web app.I want to turn off and turn on the push according to push on and off on the bul...

1 years ago

1 answers
78 views
0
Can I do multiple Notifications in one app on Android?

I have to send several Notifications, not one, from the app I'm currently working on, but as far as I know, there is only one way to represent Notification in multiple ways?

1 years ago

1 answers
49 views
0
Android) I would like to change the activities that are executed according to the type of Firebase push message.

Hello, I have a question while using the Firebase push message function.I'm currently creating a community appBy the way, each push message has a different content, but all the contents are transferre...


1 answers
90 views
0
This is a question about how to push with a web socket.

Hi, everyone.It's not hard to figure out if you're lucky to communicate with the Tomket WebSocket server on Android.But the communication is good. I don't know how to implement push with this. I think...

1 years ago

4 answers
68 views
0
I have some questions about Git.

As shown in the picture below, we did 'git add' and 'git commit -m' for the source projects called 'SapSampleCode' and 'SapSampleCodeTizen', and finally 'git push'. I also checked the record as below ...

1 years ago

1 answers
88 views
0
This is a question about Android push! (Member linkage)

Hello, developers!I'm a student developer who developed Push for the first time ㅠ

1 years ago

1 answers
83 views
0
Array - push is not a function (javascript)

var name = ['a', 'b', 'c']; name.push('d'); There was an error doing this.name.push is not a functionHowever, there was no problem because the variable name was changed from name to a as follows. var ...

1 years ago

© 2024 OneMinuteCode. All rights reserved.