nodeshift / nodejs-reference-architecture

The Red Hat and IBM Node.js Reference architecture. The teams 'opinion' on what components our customers and internal teams should use when building Node.js applications and guidance for how to be successful in production with those components.
https://nodeshift.dev/nodejs-reference-architecture/
Apache License 2.0
1.66k stars 120 forks source link

Provide reactive streams category #103

Open wtrocki opened 2 years ago

wtrocki commented 2 years ago

Reactive streams (mutiny in quarkus) provides very good abstraction for even streaming. We can consider introducing that as separate category:

https://github.com/reactive-streams/reactive-streams-js

For java: https://smallrye.io/smallrye-mutiny/index.html

Apart from reactive streams spec we have cloud events spec (this is somehow different but still falls into category of event platform wrappers).

https://github.com/cloudevents/spec

mhdawson commented 2 years ago

I know we have support for Node.js in cloudevents as @lholmquist is involved in that project.

Good idea to have a section on streams/reactive.