Software Alternatives & Reviews

[AskJS] Backend development situation apart from Express

Next.js Nuxt.js FeathersJS Nest.js
  1. A small framework for server-rendered universal JavaScript apps
    Pricing:
    • Open Source
    Most of the frameworks out there that can be compared to Laravel and Django will also be based around a front end library. https://nextjs.org/ for React https://nuxtjs.org/ for Vue.

    #Developer Tools #Web Frameworks #JavaScript Framework 925 social mentions

  2. Nuxt.js presets all the configuration needed to make your development of a Vue.js application enjoyable. It's a perfect static site generator.
    Most of the frameworks out there that can be compared to Laravel and Django will also be based around a front end library. https://nextjs.org/ for React https://nuxtjs.org/ for Vue.

    #Static Site Generators #Developer Tools #Javascript UI Libraries 149 social mentions

  3. Wow your users. Build incredible real-time applications in record time.
    Pricing:
    • Open Source
    Give https://feathersjs.com/ a look. I am a longtime Node developer and it is my favorite framework I've used. Its got a great service oriented architecture, wrangles middleware into hooks, has some nice ORM adapters, and is realtime by default. Furthermore you can use it on the client. Feathers is actually just a collection of classes where each class is also an event emitter, not necessarily a "Node framework". So you add an express plugin that maps express routes to classes and that's what makes it a "Node framework". "Hooks" basically replace middleware and there is a nice collection of hooks for caching, ratelimiting, dataloaders, etc. But the Feathers core can be used on the client w/o a Feathers backend. For example, I recently started a project where I use it on a client that has a Go backend. But I use Feathers on the client (basically replaces fetch/axios) which gives you middleware on the client. Its nice.

    #Web Frameworks #JavaScript Framework #MVC Framework 38 social mentions

  4. A progressive Node.js framework for building efficient, reliable and scalable server-side applications.
    Pricing:
    • Open Source
    Coming from frameworks such as ASP.NET Core, Flask and Laravel myself, I like having a mix of control, and rapid development. So when I moved over to Node, mostly because I liked the syntax and was getting started with GraphQL and Typescript, I was pleased to come across NestJS. Express is just far too barebones in my opinion to build larger projects.

    #Web Frameworks #Developer Tools #JavaScript Framework 182 social mentions

Discuss: [AskJS] Backend development situation apart from Express

Log in or Post with