资料整理:基于node push server实现push notification

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了资料整理:基于node push server实现push notification相关的知识,希望对你有一定的参考价值。

 

chat example based on ionic/ socket.io/ redis

https://github.com/jbavari/ionic-socket.io-redis-chat
http://jbavari.github.io/blog/2014/06/17/building-a-chat-client-with-ionic/

socket.io example:
http://socket.io/get-started/chat/

how node.js interact with C#

http://m.blog.csdn.net/article/details?id=44096665

 

push notification example based on ionic/ node push server/ cordova push plugin

https://github.com/hollyschinsky/PushNotificationSample

http://devgirl.org/2014/12/16/push-notifications-sample-app-with-ionic-and-ngcordova/

node push server:
https://www.npmjs.com/package/node-pushserver

cordova push plugin
https://github.com/phonegap-build/PushPlugin/

tutorial: how to implement push notifications under ionic application
http://devgirl.org/2013/07/17/tutorial-implement-push-notifications-in-your-phonegap-application/
basic flows of push notifications based on APNS(apple push notification server):
http://devgirl.org/2012/10/19/tutorial-apple-push-notifications-with-phonegap-part-1/
basic flows of push notifications based on GCM (goole cloud messaging):
http://devgirl.org/2012/10/25/tutorial-android-push-notifications-with-phonegap/

how to play sound:
http://ngcordova.com/docs/plugins/media/

push notification based on jpush

https://github.com/jpush/jpush-phonegap-plugin

http://ionichina.com/topic/54fab88b7b505d9b1b5573a6

IOS: local notifications and remote notifications(known as push notifications)

https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/WhatAreRemoteNotif.html

IOS: customize sounds in push notifications

https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/IPhoneOSClientImp.htm

Online audio converter

http://media.io

 

以上是关于资料整理:基于node push server实现push notification的主要内容,如果未能解决你的问题,请参考以下文章

node资料关于昭山欢整理

不错的Nodejs或者JS资料整理

Node.js入门-知识整理

Server-sent events(SSE)& EventSource 客户端使用与服务器基础实现(基于Node.js)

Java NIO使用及原理分析 来自网上资料整理

基于WebSocket实现聊天室(Node)