dexteryy / spellbook-of-modern-webdev

A Big Picture, Thesaurus, and Taxonomy of Modern JavaScript Web Development
16.91k stars 1.27k forks source link

add moleculer to microservices #104

Open jeremyjs opened 4 years ago

jeremyjs commented 4 years ago

Cote and Moleculer are not listed currently. Here, I've provided a quick viewpoint on the tradeoffs.

Moleculer is new, and much faster than Seneca. Moleculer serves as a full framework and therefore has many more features compared to micro.

Cote is faster than Moleculer according to Moleculer's benchmark. Cote is older and therefore more established.

Micro is by far the most popular: https://www.npmtrends.com/cote-vs-seneca-vs-micro-vs-nanoservices-vs-moleculer.

So we have these specializations:

I have not added Cote for now, but it may be considered as a replacement for Seneca based on the tradeoffs between the two which I am not familiar with. Or perhaps Moleculer can replace Seneca; I'm just not confident enough to personally say it can completely replace Seneca.