Scalable Messaging Protocol

When it comes to writing scalable applications you need a front-end which packages up a message, which is sent along into a queue, and on the other side controllers read from the queue, perform work, and optionally return a message. (I like to use ‘nats’ for this.) Common front-ends use a REST api, websocket, or … Continue reading Scalable Messaging Protocol