Saturday 7 April 2018

Best Node.js web server frameworks in 2018?

The dillema: I'm trying to compare multiple Node.js frameworks and to pick the best one.What means best one? Fastest development, clear maintability, best perfomance, clear documentation.Rules: REST api or MVC for web server. Ignore fullstack frameworks. Version 1 or above.For now i tried (ordered from most to least): - Browsing "Best Node.js web server frameworks in 2018" with nr. of mentioned results: express, koa, sails, hapi, totaljs, actionhero, loopback, adonis , restify. - Nr. of downloads on npm last week: express, hapi, koa, restify, loopback, sails, totaljs, adonis, actionhero.Summary: - totaljs, adonis and actionhero have all under 5000 downloads per week. (others have above 20.000) - Sails and Loopback is built from Express...so perfomance will be in anycase same or slower than with Express. - Koa is (sorta) modular version of Express.

Submitted April 07, 2018 at 06:07PM by nejcn001

No comments:

Post a Comment