-
Updated
Sep 9, 2020 - 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
An express-based Node.js web application bootstrapping module.
Node.js body parsing middleware
Run serverless applications and REST APIs using your existing Node.js application framework, on top of AWS Lambda and Amazon API Gateway
Practical Node.js, 1st and 2nd Editions [Apress]
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.
Node.js compression middleware
Open source web app. Built with React, Material-UI, Next, Express, Mongoose, MongoDB.
CSRF token middleware
Parse HTTP request cookies
A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Serve static files
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
Starter template for Nuxt.js with Express.
Simple cookie-based session middleware
Build ECommerce Website Like Amazon By React & Node & MongoDB
A minimal forum board application. Built on top of React-Redux frontend, ExpressJS-NodeJS backend (with PassportJS for OAuth) and MongoDB databse.
A reactive Single-Page Instagram-Clone with some new features!!
Created by TJ Holowaychuk
Released November 16, 2010
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 a415.Go through the whole WebAPI and verify that the status codes are being returned correctly.
Hint:
Errorcl