javascript-starter
Nest
Our great sponsors
javascript-starter | Nest | |
---|---|---|
1 | 255 | |
99 | 55,411 | |
- | 2.8% | |
10.0 | 9.9 | |
23 days ago | 5 days ago | |
JavaScript | TypeScript | |
- | 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.
javascript-starter
-
Getting started with NestJS, Vite, and esbuild
Another option is to clone the starter repo from GitHub. Note that to install the JavaScript flavor of the starter project, we can clone this repo, but you’ll need Babel to compile vanilla JavaScript).
Nest
- Anybody have a favorite typescript/node starter or boilerplate?
-
How to sync types between the backend and frontend?
Unfortunately, I couldn't find a good OpenAPI integration for vanilla Express. I ended up building my backend on NestJS explicitly to get their OpenAPI integration.
-
Node JS Microservice Frameworks for Developing Scalable Web Apps.
NestJS – Progressive NodeJS framework
- Torn between NextJS or Node/Express
- Débutant en NestJS
-
Breaking Up with Express: How NestJS Stole My Heart
NestJS
-
#refineweek: Pilot & refine architecture
refine is inherently headless in its core API and deliberately agnostic about the UI and backend layers. Being so, it is able to provide fantastic support for major UI libraries and frameworks as well as popular backend frameworks and services. To name a few, refine's UI support packages include Ant Design, Material UI, Chakra UI and Mantine. Backend supplementary modules include Supabase, GraphQL, and NestJS
-
Religious Topic: .NET Core/C# vs. NodeJS/TypeScript for API work
For Node/TS, check out NestJS which provides abstractions that provide a similar experience to building a .NET Core Web API and has integrations with popular ORMs, etc.
-
NestJS Authentication with OAuth2.0: Fastify Local OAuth
This series will cover the full implementation of OAuth2.0 Authentication in NestJS for the following types of APIs:
-
Ask HN: What would be your stack if you are building an MVP today?
I really like NestJS for backend. It has great tooling and generators. It's super fast to create a REST or GraphQL API. Adding WebSockets is a breeze if you need them. It uses TypeORM which is rock solid. Also, it includes unit and e2e tests and linting out of the box. Also, if you're doing your frontend in TypeScript it's trivial to share interfaces for "type safety" across the wire.
What are some alternatives?
SailsJS - Realtime MVC Framework for Node.js
loopback-next - LoopBack makes it easy to build modern API applications that require complex integrations.
Koa - Expressive middleware for node.js using ES2017 async functions
feathers - The API and real-time application framework
Django - The Web framework for perfectionists with deadlines.
Ts.ED - :triangular_ruler: Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone.
Moleculer - :rocket: Progressive microservices framework for Node.js
Hapi - The Simple, Secure Framework Developers Trust
tsoa - Build OpenAPI-compliant REST APIs using TypeScript and Node
Meteor JS - Meteor, the JavaScript App Platform
Express - Fast, unopinionated, minimalist web framework for node.
InversifyJS - A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.