-
Updated
Oct 23, 2021 - JavaScript
{{ message }}
Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
The fastest HTTP/2 Go Web Framework. AWS Lambda, gRPC, MVC, Unique Router, Websockets, Sessions, Test suite, Dependency Injection and more. A true successor of expressjs and laravel | 谢谢 https://github.com/kataras/iris/issues/1329 |
Turn a path string such as `/user/:name` into a regular expression
Simple session middleware for Express
An express-based Node.js web application bootstrapping module.
Node.js body parsing middleware
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]
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
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.
A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
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.
CSRF token middleware
Edit Notes like in Notion.so. Full-Stack App using React/Express.
Parse HTTP request cookies
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
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 :)
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Serve static files
Build ECommerce Website Like Amazon By React & Node & MongoDB
Starter template for Nuxt.js with Express.
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