Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 2.04 KB

references.md

File metadata and controls

57 lines (39 loc) · 2.04 KB

Observables

Node.js streams

Streaming

In-stream processing

Note: map-reduce (to name one) is not applicable here because the set size is unbounded.

0MQ

Axon

Axon: utiliser @dashersw/axon. Dans les patches intéressants il y a aussi (potentiellement) TLS.

Côte includes Axon with node-discoverer to auto-build the mesh.

Côte tries to resolve the registration/discovery problem using multicast/broadcast. Côte also supports Redis as a discovery mechanism.

(However Côte is susceptible to attacks by rogue endpoints during the master election; also master is a SPF.)

Transducers

https://github.com/cognitect-labs/transducers-js#the-transducer-protocol (which makes the case for immutable)