AsyncAPI
AsyncAPI is a standard for documenting contracts for asynchronous APIs. Let’s say, you connect multiple services via Apache Kafka or RabbitMQ, AsyncAPI is there to provide information about available servers, …
AsyncAPI is a standard for documenting contracts for asynchronous APIs. Let’s say, you connect multiple services via Apache Kafka or RabbitMQ, AsyncAPI is there to provide information about available servers, …
In my current project, we had the task to integrate a laser-based distance measurement device into a React Native mobile app. New territory for my team and me. Fortunately it …
Collecting distance measurements via Bluetooth and a React Native mobile app Weiterlesen
NATS is a relatively new cloud native Publish/Subscribe system with optional streaming support. It appears to be much simpler than already known systems like ActiveMQ, RabbitMQ or Apache Kafka but …