Based on our record, Nest.js should be more popular than FeathersJS. It has been mentiond 217 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Read more about Next.js here and Nest.js here. - Source: dev.to / about 1 month ago
In this article, we will walk through a step-by-step process to secure a Nest.js RESTful API using Keycloak. This includes setting up an application client and configuring authentication and RBAC for your API endpoints. - Source: dev.to / about 2 months ago
The rapid evolution of web development in 2025 makes it imperative to choose a framework that truly fits your project. Whether this involves a dynamic web application, scalable API, or high-performance SaaS product, the decision to select Next.js or Nest.js becomes all the more key. While both do their thing really well, in this sense, they don't do the same thing. - Source: dev.to / 2 months ago
Ok, you're right. I was referring to the usual ones (Next, Nuxt, SvelteKit, Remix, etc). Joytick looks cool. Besides this there's also NestJS https://nestjs.com/. - Source: Hacker News / 2 months ago
Basic knowledge of NestJS and Javascript/Typescript. - Source: dev.to / 2 months ago
This is just using sqlite under the hood and none of this will scale. Why build your own query builder as well when you could just hook in one of the many ORMs in the NPM ecosystem and add support for 50+ other databases. This also isn't really something you could drop into an existing project very easily. Overall, I'm not impressed. Here are some other options I prefer: https://feathersjs.com/. - Source: Hacker News / 10 months ago
For backend this might help https://feathersjs.com. I’m not affiliated with them, just a happy user. - Source: Hacker News / about 1 year ago
Feathers.js is a web framework built on top of Express which provides a simple way to develop a scalable and reliable application. Feathers.js supports many databases and works with any frontend technology including iOS, Android, and React Native. - Source: dev.to / over 1 year ago
Feathers.js - fully fledged backend framework, with almost anything out of the box. Source: almost 2 years ago
For anything CRUD or that can be modeled as such, I use FeathersJS (https://feathersjs.com/). - Source: Hacker News / about 2 years ago
ExpressJS - Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple
Adonis JS - AdonisJs is a Node.js web framework with breath of fresh air and drizzle of elegant syntax on top of it
Koa.js - Next generation web framework for node.js
Laravel - A PHP Framework For Web Artisans
Next.js - A small framework for server-rendered universal JavaScript apps
Sails.js - Realtime MVC Framework for Node.js