uber Experimenting Uber Like Application Architecture Hello, Good people. Hope you all are fine. You may hear about Uber, Grab, Pathao or other ride sharing applications. If you are curious you may be interested to know how this applications
mqtt Building custom push notification service with MQTT MQTT (Message Queue Telemetry Transport) is a lightweight messaging protocol specially designed for IOT by IBM. MQTT works on Publish-Subscribe Model. Facebook & WhatsApp uses MQTT for their messaging engine. Well, In the
angular2 Angular2 with MQTT In package.json add, "ng2-mqtt": "^0.1.2" npm install it will install dependencies. Now in your component or class import, import {Paho} from 'ng2-mqtt/mqttws31'; Now do whatever
emqttd How To : EMQ plugin development EMQ is a MQTT broker written in Erlang. The broker is opensource and licensed under Apache 2. EMQ broker has plugin support to extend features of the broker. Such that, EMQ broker has
mqtt How to : Setup MQTT cluster with HAProxy What's up good people ? Hope well. Ok, Few days back was trying to setup MQTT cluster server and choose HAProxy to use as load balancer. This is a short guide how I managed