JavaScript (Web) Push Notification Tutorial

This tutorial covers how to create a new web app in JavaScript and integrate the push notification feature.

By completing this tutorial, you will be able to try necessary implementation to the push notification feature. We also present some implementation tips at the end of the tutorial to give you some hints to enhance your web app.

This tutorial covers an example of integrating the push notification with MQTT over WebSocket. In addition to MQTT over WebSocket, Kii Cloud SDK for JavaScript can receive push notifications with the Cordova app. See phonegap-plugin-push if you are to integrate the push notification with a Cordova app.

Let us move to the first step: Create a Web App.