-
Updated
Jul 15, 2022 - JavaScript
{{ message }}
Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
Turn a path string such as `/user/:name` into a regular expression
Simple session middleware for Express
Node.js body parsing middleware
An express-based Node.js web application bootstrapping module.
Run Node.js web applications and APIs using existing application frameworks on AWS #serverless technologies such as Lambda, API Gateway, Lambda@Edge, and ALB.
Practical Node.js, 1st and 2nd Editions [Apress]
This is a code repository for the corresponding video tutorial. Using React, Node.js, Express & MongoDB you'll learn how to build a Full Stack MERN Application - from start to finish. The App is called "Memories" and it is a simple social media app that allows users to post interesting events that happened in their lives.
Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.
If not for some particular exceptions, the status code returned from our WebAPI on error is always 500, regardless of the kind of error.
If an object already exists, for example, it should be returned as 409. If the object does not pass the schema validation, it should be a 415.
Go through the whole WebAPI and verify that the status codes are being returned correctly.
Hint: Error cl
Node.js compression middleware
A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
An upgradable boilerplate for Progressive web applications (PWA) with server side rendering, build with SEO in mind and achieving max page speed and optimized user experience.
Edit Notes like in Notion.so. Full-Stack App using React/Express.
CSRF token middleware
Popular JavaScript / React / Node / Mongo stack Interview questions and their answers. Many of them, I faced in actual interviews and ultimately got my first full-stack Dev job :)
Node.js Backend Architecture Typescript - Learn to build a backend server for Blogging platform like Medium, FreeCodeCamp, MindOrks, AfterAcademy - Learn to write unit and integration tests - Learn to use Docker image - Open-Source Project By AfterAcademy
Parse HTTP request cookies
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Build ECommerce Website Like Amazon By React & Node & MongoDB
Serve static files
Starter template for Nuxt.js with Express.
Fullstack open source Invoicing application made with MongoDB, Express, React & Nodejs (MERN)
Created by TJ Holowaychuk
Released November 16, 2010
I managed to find a way to fail-fast the validation chain with bail, but what about failing fast the middleware list?
Say, I have
If the name validation fails, I don't care to check phoneNumber anymore... Wasn't able to find a way to fail fast in this case. In the case