hemerajs / microservice-benchmark

Simple benchmark for microservice frameworks in Node.Js which support NATS as transport.
MIT License
0 stars 0 forks source link

Please add a micro benchmark #2

Open jeremyjs opened 4 years ago

jeremyjs commented 4 years ago

micro is the most popular microservice option and while it is bare in features and plugins, I would like to see a benchmark to compare it to Moleculer in particular.

https://github.com/zeit/micro

Popularity: https://www.npmtrends.com/cote-vs-seneca-vs-micro-vs-nanoservices-vs-moleculer

StarpTech commented 4 years ago

Hi @jeremyjs, I'm not interested in that benchmark but feel free to create a PR. Comparing Micro with Moleculer or other frameworks is not right because Micro is a simple HTTP server, while Molecular a RPC framework to build a mesh of services. You can use Micro to expose your Moleculer service to HTTP.