Category: Data

REST APIs are nice. Simple. Stateless. Scalable. But nowadays, your reactive web client's view (React / Vue.js / Angular) is expected to be updated in real time. No F5 reloading. Often you add an event stream to send events whenever something changes.

Related Articles