How to install sockets in cordova both backend and frontend Date : 04/09/2019 Introduction Generally Sockets are used for realtime update bidirectionally between client and server. The following will describe how to configure in cordova framework. Sockets are pipeline connection will instantly reflect change other side when connected. You just… Continue Reading How to install sockets in cordova both backend and frontend

How to setup and build cordova application for Android Date : 22/08/2019 Introduction Apache Cordova is an open-source mobile development framework. It allows you to use standard web technologies – HTML5, CSS3, and JavaScript for cross-platform development. So we can use it in any kind of platforms. It will come… Continue Reading How to setup and build cordova application for Android