Node.js – Working with Web Servers and Web Frameworks

Welcome to the future. Life is good, but it can be better. And why shouldn’t it be? All you need is to want it. Think about finally having everything you always wanted. Max Lord (Wonder Woman 1984) I won’t say that I thought of Node.js when I first hear Max Lord saying those words in … Read more

Socket.io with Node.js

Socket.io is an open-source JavaScript framework which is available as a Node package. It is based on WebSockets technology. Socket.io enables real-time, bi-directional, event based communication. JSON format is used for data communication Features Reliability: Socket.io is designed to work on every platform whether it is mobile or desktop. Speed: It is fast. Simple API: … Read more