Comments on: 18 Best NodeJS Frameworks for App Development in 2023 https://www.tecmint.com/best-nodejs-frameworks-for-developers/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Tue, 25 Apr 2023 06:41:10 +0000 hourly 1 By: Aaron Kili https://www.tecmint.com/best-nodejs-frameworks-for-developers/comment-page-1/#comment-1336593 Fri, 05 Jun 2020 05:48:34 +0000 https://www.tecmint.com/?p=31586#comment-1336593 In reply to Yuval.

@Yuval

Thanks for sharing, we will check it out.

]]>
By: Yuval https://www.tecmint.com/best-nodejs-frameworks-for-developers/comment-page-1/#comment-1336525 Thu, 04 Jun 2020 07:28:23 +0000 https://www.tecmint.com/?p=31586#comment-1336525 I’d like to mention a useful NodeJS framework for working with data on the server-side, it’s called DeriveJS – it’s an Object Data Mapper framework for MongoDB that’s based around Javascript proxies: it lets you define data models, and then create new objects and manipulate them the same way as you do with native JS objects while taking care of all data-persistence transparently in the background for you (so `let dataObject = new DataObject(‘some index value’)` automatically saves a new DataObject into a Mongo collection (in addition to saving the instance to memory as usual), and dataObject.someprop = newvalue, automatically updates `someprop` on the DB.

It also uses bulk operations for all database operations – so the performance is pretty good as it avoids unnecessary and redundant calls and requests to the database process/server.

]]>
By: Aaron Kili https://www.tecmint.com/best-nodejs-frameworks-for-developers/comment-page-1/#comment-1270586 Thu, 17 Oct 2019 19:12:28 +0000 https://www.tecmint.com/?p=31586#comment-1270586 In reply to Mike Baumgart.

@Mike

Total.js has now been added to the list, many thanks for sharing.

]]>
By: Mike Baumgart https://www.tecmint.com/best-nodejs-frameworks-for-developers/comment-page-1/#comment-1269205 Tue, 15 Oct 2019 10:39:48 +0000 https://www.tecmint.com/?p=31586#comment-1269205 Many thanks for this article and I will add one more called total.js. A fast-growing community with an amazing framework.HMVC Pattern, mostly compared with .NET and PHP Laravel. Have a look ;-)

]]>
By: Aaron Kili https://www.tecmint.com/best-nodejs-frameworks-for-developers/comment-page-1/#comment-1233842 Thu, 29 Aug 2019 07:55:19 +0000 https://www.tecmint.com/?p=31586#comment-1233842 In reply to Jensen.

@Jensen

Many thanks for sharing this.

]]>