Category Archives: Java

Principles of Communications when Developing Messaging Applications

This is an intro on the challenges and options to overcome while developing applications involving digital communications, particularly real-time. There are many streaming communication protocol options to choose from, including regular socket communications, WebSockets, MQTT and a Vert.x event bus. … Continue reading

Posted in Java, Technology, Typescript, Uncategorized | Tagged , , | Leave a comment