Express
fastify
Express | fastify | |
---|---|---|
742 | 126 | |
65,812 | 32,559 | |
0.4% | 0.8% | |
9.0 | 9.5 | |
12 days ago | 1 day ago | |
JavaScript | JavaScript | |
MIT License | GNU General Public License v3.0 or later |
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.
Express
-
Building a Scalable Anti-Hate Speech Moderation Bot for Telegram: A Deep Dive
Express.js Documentation
-
Feature Flags with Express.js and GrowthBook
This guide walks through how to add GrowthBook feature flags to an Express.js application. It assumes you are starting from scratch, so if you already have an Express.js application, you can skip to step 2.
- Blog Server with JWT Authentication - Powered by Node.js & MySQL
-
Fast and Simple NestJS App Deployment on Vercel
This guide is beneficial if you're using Express adapter. For NestJS applications utilizing the Fastify adapter, these links may be helpful:
-
Contributing to expressjs
First step: understanding what I'm working with. expressjs.com is the official documentation site for express, one of the most popular web frameworks for Node.js. While this was quick to grasp from their beautifully designed website, the journey was just beginning.
- Criando uma API em NodeJS: Um Guia para Iniciantes
-
Cool NPM Packages for web Dev </>
Link :https://www.npmjs.com/package/express
-
How to build a blog with NodeJS
We'll start by initializing a Node project inside a chosen folder (nodejs-blog for me) with and installing a couple of dependencies that I feel like will make our lives easier, like Express, EJS, Marked, the good ol' body-parser and gray-matter.
-
Modern Web Stack Mastery: A Developer’s Guide to TypeScript, Tailwind, Node, and Testing
Express Documentation
-
🌟 Unlocking the Power of Node.js and Express.js: An In-Depth Guide 🚀
Express.js Official Website
fastify
-
Fastify v5 is Now Officially Released
I guess we could call it a major cleanup from v4 to v5? /me-thinks
https://github.com/fastify/fastify/blob/main/docs/Guides/Mig...
- Fastify: Fast and low overhead web framework, for Node.js
-
Should you use jest as a testing library?
For example, Fastify removed the instanceof operatorfrom its codebase because it was causing problems for those developers that rely on jest as a testing framework.
- Is this a valid reason to give up node?
-
Next JS vs Nest JS
Both are frameworks but NextJs is for Forntend (web app in browser that use ReactJs under the hood) and NestJs is for Backend (server app running on a server witch use Express or Fastify). The only thing similar between them is the typed language in which they were written.
-
Stop using express.js
Restify & Fastify Hapi
-
The fundamentals of building a Docker image
Let's create a sample Node API project we can work with throughout to build a new docker image. We will leverage Fastify to create an API that we configure via the fastify-cli.
-
Aplicação de Referência Empresarial em JavaScript - Contoso Real Estate
Fastify
-
Building a modern gRPC-powered microservice using Node.js, Typescript, and Connect
In setting out to build this service, we wanted to use gRPC for its APIs. We’ve been reaching for REST when building APIs so far, primarily out of necessity, i.e., our public APIs needed auto-generated client SDKs and docs for developers working with them. We built those APIs with Fastify and Typebox but felt burned by a code-first approach to generating an OpenAPI spec. I’ll spare you the details and save that experience/learning for another article. Suffice it to say we love gRPC’s schema-first approach. This blog post summarizes our feelings well
- Node.js 20 is now available
What are some alternatives?
Next.js - The React Framework
SvelteKit - web development, streamlined
Koa - Expressive middleware for node.js using ES2017 async functions
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]
Nest - A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀
AdonisJs Application
Hapi - The Simple, Secure Framework Developers Trust
Restify - The future of Node.js REST development
AdonisJs Framework - AdonisJS is a TypeScript-first web framework for building web apps and API servers. It comes with support for testing, modern tooling, an ecosystem of official packages, and more.
bun - Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one