
Implementing notification system in VtigerCRM using Websockets and Vue.js
Today we will try to do something unusual and reactive at the same time. We will implement a notification system for VtigerCRM. And we will implement this, relying on our previous knowledge - message system on RabbitMQ, skills of working with Vue.js.
View More