Saturday, 2 June 2018

How well does NodeJS handle RDBMS backends?

I've been working with Node, Express and Mongo for several years now. Before that I worked intensly with RDBMS systems like MSSQL, DB2, Postgres, either with the Java/Hibernate stack, or .NET/EF, ADO.NET etc... I've never had a chance to build a Node app with a Relational Database. I'm wondering are their any drawbacks to using Node for your typical Enterprise application backends (many reads and joins, not so many transactions), or should I go with something like .NET Core with EF?

Submitted June 02, 2018 at 03:06PM by vladjjj

No comments:

Post a Comment