feathers
AdonisJs Framework
Our great sponsors
feathers | AdonisJs Framework | |
---|---|---|
48 | 15 | |
14,324 | 13,524 | |
0.5% | 1.0% | |
9.7 | 8.8 | |
7 days ago | 12 days ago | |
TypeScript | TypeScript | |
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
AdonisJs Framework
-
12+ Best Node.js Frameworks for Web App Development in 2022
Github repo: https://github.com/adonisjs/core License: MIT Github stars: 12600
-
Cool & useful JavaScript libraries
AdonisJS : a fully featured web framework for Node.js
-
10 Best Node.js Framework in 2021
Adonis.js: Web framework for Node.js Github Popularity: 11.5K Stars
-
Everything you need to know about AdonisJs
Official Github Repo
-
How to combine AdonisJS and SvelteKit?
I also found that co-author of Adonis tried to use Vite in similar fashion as backend bundler. I asked him here, but I wanted to hear suggestions from Svelte community.
I am trying to connect backend framework called AdonisJS and SvelteKit (or any Svelte framework with router and SSR in general such as Routify). My goal is to have them both running on same port. On /api would live Adonis endpoints and the rest would be Svelte pages rendered on server.
-
What is your current stack?
Give AdonisJS a try. The developer experience is a lot like Laravel, but slightly rougher around the edges. You should give Adonis 5.0 a try if you want support for TypeScript. It's still in "alpha" but I think it's stable enough. I think they're just waiting for feature parity to move it to "beta".
-
Help finding a framework in node similar to Laravel
I am using it on many projects. Also, the adapter is for version 5 https://preview.adonisjs.com/
- What's your best nodejs framework?
-
Full End to End Typescript with Adonis.js and Next.js
Sorry I see no relation of that with this post. If you want to learn adonis go to https://preview.adonisjs.com/
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
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]
loopback-next - LoopBack makes it easy to build modern API applications that require complex integrations.
Express - Fast, unopinionated, minimalist web framework for node.
AWS Lambda Router for NodeJS - AWS Lambda router for NodeJS
SailsJS - Realtime MVC Framework for Node.js
fastify - Fast and low overhead web framework, for Node.js
Koa - Expressive middleware for node.js using ES2017 async functions