Solving Error: Cannot find module ‘socket.io’ ?
This problem occurs when installing socket.io package for Node JS. Steps to reproduce :- 1. Install Socket.io. 2. Running Web Socket server produce this issue. Socket.io can be installed using Node Package Manager (NPM) using […]
Exploring Parallel JS Library For Multi-Core Processing
Parallel.js is a JavaScript library for Multi Core Processing. The library can be found form the below link:- http://adambom.github.io/parallel.js/ In this Demo “We will explore the parrallel js library.It has many utility method.But We will explore map() method to create summation of two squared number”. The script code […]
Chrome FPS Counter
GPU stands for Graphical Processing Unit.This Unit of the computer is responsible for optimal rendering of graphics items like images and animation on the screen. Traditional HTML and CSS used to be rendered by the CPU […]
Jquery Template With Bootstrap Panel
Jquery Template(jquery.tmpl.min.js) can be downloaded from following link, https://github.com/BorisMoore/jquery-tmpl In this Demo,“We will see how jquery template work.The data is JSON data and loaded through AJAX call”. The project Structure: The tempate use ${} for substitute real value in markup. The tmpl() create the template build as Jquery function […]