-
Node.JS Low Latency Rapsberry PI Camera Streaming via HTTP and VLC
Here is a short code snippet for relatively low latency video streaming using a Raspberry PI camera via the HTTP protocol, and viewing it in VLC. This post is inspired
-
Installing Capistrano 3 on a Linux machine, using RVM
Previously, an entry was written on how to Install Capistrano 3, on Debian. Here is an alternate, quicker way, of installing Capistrano using RVM, on any flavour of Linux – authored
-
Part 1: Real-Time Browser to Browser Communication Using Node.Js and Socket.Io
Usually browsers communicate with the server, sending a request and getting a response. But what if it would be possible to link two or more browsers, while using the server
-
Free Open Source Alternative to PaperTrail App
Webtail is an Open Source tool I wrote, for tailing files on multiple servers and displaying content in a browser in real time. Using an agent on each server, it
-
How to install RabbitMQ Server and Client on Debian
This is a quick step by step guide on how to install RabbitMQ and the PHP-amqplib client on a Debian server. 1. Install server: sudo apt-get install rabbitmq-server 2. Check