STOMP and Websockets
STOMP is a messaging transfer protocol that allows us to use Websockets to connect to nodes remotely. There are several implementations of servers and clients compatible with this protocol. Servers wise, perhaps the most popular is Apache ActiveMQ. One of its features is the queue system that implements. Using these set of queues, we can […]