nodejs-reference-architecture icon indicating copy to clipboard operation
nodejs-reference-architecture copied to clipboard

Provide reactive streams category

Open wtrocki opened this issue 4 years ago • 1 comments

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

wtrocki avatar Dec 22 '21 10:12 wtrocki

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.

mhdawson avatar Dec 22 '21 14:12 mhdawson