Node.js Articles and Best Practices
A collection of Node.js articles, including best practices, guides, and tutorials. Stay updated with the latest in Node.js.
Articles tagged with "Node.js"
Generate an OpenAPI From Your Database
Learn how to use DB2OpenAPI to generate a full OpenAPI/Swagger specification from your SQL database schema.
Building a PostgREST API For Your MySQL Database
Learn how to build a Supabase-inspired, PostgREST compatible, developer experience for interacting with your hosted MySQL Database via REST API and Javascript/Typescript SDK.
Using Neon + PostgREST to Build a Supabase-like Developer Experience
Learn how to build a Supabase-inspired developer experience for interacting with your hosted Postgres Database via REST API and Javascript/Typescript SDK.
Deprecating Node JS REST APIs in 6 Frameworks
Learn how to deprecate your Node JS REST APIs in 6 popular frameworks - including Express, Fastify, NestJS, Hapi, Restify, and Koa.
Frequently Asked Questions
Node.js uses an event-driven, non-blocking I/O model, making it lightweight and efficient for handling large numbers of concurrent requests—ideal for real-time APIs.