feathers
SailsJS
Our great sponsors
feathers | SailsJS | |
---|---|---|
48 | 31 | |
14,324 | 22,383 | |
0.5% | 0.1% | |
9.7 | 6.4 | |
2 days ago | 14 days ago | |
TypeScript | JavaScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
feathers
-
Ask HN: Hunting for a Framework
Feathers (https://feathersjs.com/) ticks a lot of your boxes.
-
What back end technology to use for a multiplayer game as an experienced front end web developer? Overwhelmed by all the new web dev technology options.
FeathersJS works pretty well for realtime usecases: https://feathersjs.com/
-
Feather โ Simply beautiful open source icons
And there I was, thinking for a split-second that Feathers[1] would finally get the recognition it deserves ;-)
- In your experience, what is the best backend framework for working with websockets?
-
Preferred Node backend framework for TS?
NestJs 's typescript support is just stellar since it is a pure typescript project from the ground up. Some missing frameworks in your list - Hapi - feathers - adonisJs - sailsjs (something about this framework never ticked, typescript is a clear after thought compared to the others in the list)
-
12+ Best Node.js Frameworks for Web App Development in 2022
FeathersJS
Github repo: https://github.com/feathersjs/feathers License: MIT Github stars: 14000
-
Build Your Own Web Framework
Im building with featherjs[0] right now and I love it. Jwt, user handling, routing, and (most notably to me) real-time functionality is all built in. Probably the most rails-like backend framework Iโve worked with in Node so far.
-
hi... i really need help with good examples of a simple register login update and logout system using nodejs mongodb
You might take a look at a framework that already includes user authentication like Feathers.js. The Getting Started Guide walks you through creating a simple real-time chat app with user authentication. And the final chat app code is on GitHub here.
-
feathers VS remult - a user suggested alternative
2 projects | 26 Jun 2022
SailsJS
-
Preferred Node backend framework for TS?
NestJs 's typescript support is just stellar since it is a pure typescript project from the ground up. Some missing frameworks in your list - Hapi - feathers - adonisJs - sailsjs (something about this framework never ticked, typescript is a clear after thought compared to the others in the list)
-
12+ Best Node.js Frameworks for Web App Development in 2022
SailsJS
-
Do you need to have imagination in order to program? How do you โthinkโ like a programmer?
Sails.js on the other hand is a framework for Node.js. It does offer a tool to bootstrap a project though.
-
List of 4 essential Node.js frameworks and libraries for building real-time apps
Sails.js, sometimes known as Sails, is a real-time MVC framework for developing enterprise-ready Node.js applications.
-
Where is the batteries-included backend NodeJS framework of my dreams?
I have used sailsjs in the past.
-
What technologies for these requirements?
Node based Here's a list of Node Frameworks. Most people go for Express, but it's very minimal. If you want something more complete and opinionated, you can check out AdonisJS, NestJS or Sails. They're mostly working with TypeScript, but depending on your knowledge of JS the switch might be easy enough.
-
Is there a 'batteries included' backend framework like Django, but written in JS?
Also, there is a project called Sails.js if you're explicitly looking for a complete MVC framework in JS. I will say that I have not seen it used by any of the teams I've been on/around that work in JS, so it is a much less popular choice than building something starting with the simpler building blocks mentioned above.
-
How to Secure your NodeJs Express Javascript Application - part 2
Bonus: Another example of unwanted routes are default routes like those available in Sails and Feathers. Fortunately Express only has a default error and 404 handlers which we will cover in the following section.
-
Don't make me think, or why I switched to Rails from JavaScript SPAs
I started my career with Rails, then some frontend, and now work a full-time job in Node. Agree with most or all of these points - full-stack javascript is kind of a mess and hasn't really progressed despite individual tools having done so. I think https://sailsjs.com set out to solve a lot of these issues many years ago, by trying to be a JavaScript version of Rails. I'm not sure if they ever reached "feature-parity" though.
What are some alternatives?
Nest - A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications on top of TypeScript & JavaScript (ES6, ES7, ES8) ๐
Next.js - The React Framework
loopback-next - LoopBack makes it easy to build modern API applications that require complex integrations.
Express - Fast, unopinionated, minimalist web framework for node.
AdonisJs Framework - ๐ The Node.js Framework highly focused on developer ergonomics, stability and confidence
Nuxt.js - Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3. [Moved to: https://github.com/nuxt/nuxt]
AdonisJs Application
Koa - Expressive middleware for node.js using ES2017 async functions