Blog

StorageEvent on different browser

  09/15/2017

This week, I have been working lately with local and session storage on our web client. Our product, a interaction widget, needs to synchronise behaviour between different tabs. Nowadays, we do not have...

How to create your own module for ejabberd

  08/20/2017

Ejabberd is a chat server built upon XMPP standard. It is great, supports high availability as the same time is designed to hold huge amounts of traffic.One of the coolest things about ejabberd is you...

Reporting javascript errors to your server

  05/19/2017

When you have a web application there is always the desire to know everything that happens in the client side, specially if there are errors that could demean the user experience.So ideally our solution...