Koa
Koa is a new web framework designed by the team behind Express,
which aims to be a smaller, more expressive, and more robust foundation
for web applications and APIs. By leveraging async functions, Koa allows you
to ditch callbacks and greatly increase error-handling. Koa does not bundle any
middleware within its core, and it provides an elegant suite of methods that make
writing servers fast and enjoyable.
Here are 2,096 public repositories matching this topic...
-
Updated
Aug 9, 2021 - JavaScript
-
Updated
Sep 14, 2021 - TypeScript
Execute one command (or mount one Node.js middleware) and get an instant high-performance GraphQL API for your PostgreSQL database!
-
Updated
Aug 24, 2021 - TypeScript
High performance JavaScript templating engine
-
Updated
Jan 9, 2021 - JavaScript
-
Updated
Sep 11, 2021 - JavaScript
记录成长的过程
-
Updated
Jun 1, 2021 - JavaScript
OAuth Proxy
-
Updated
Sep 4, 2021 - JavaScript
-
Updated
Feb 14, 2021 - JavaScript
Information
Add ajv-errors message customization support.
Ref: https://www.npmjs.com/package/ajv-errors
Related: #833
Example
Configuration:
const Ajv = require("ajv").default
const ajv = new Ajv({allErrors: true})
// Ajv option allErrors is required
require("ajv-errors")(ajv /*, {singleError: true} */)
const schema = {
type: "object",
required: ["foo"],
pNode.js rate limit requests by key with atomic increments in single process or distributed environment.
-
Updated
Jul 24, 2021 - JavaScript
-
Updated
Mar 24, 2021 - Vue
Koa' application generator for 1.x and 2.x( Express-style and support all middlewares include async/await )
-
Updated
Oct 25, 2020 - JavaScript
a node.js web framework based on typescript
-
Updated
Aug 4, 2021 - TypeScript
REST API boilerplate using NodeJS and KOA2, typescript. Logging and JWT as middlewares. TypeORM with class-validator, SQL CRUD. Docker included. Swagger docs, actions CI and valuable README
-
Updated
Aug 10, 2021 - TypeScript
Create a GraphQL HTTP server with Koa.
-
Updated
Aug 7, 2021 - TypeScript
Vue,React,微信小程序,快应用,TS , Koa, JS一把梭
-
Updated
Sep 2, 2021 - JavaScript
Passport middleware for Koa
-
Updated
Aug 30, 2021 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript


Describe the bug
Using xframe
ALLOW-FROMthrows error in console:Invalid 'X-Frame-Options' header encountered when loading 'https://api.dev.mysite.com/uploads/my-file.pdf': 'ALLOW-FROM dev.mysite.com' is not a recognized directive. The header will be ignored.https://strapi.io/documentation/v3.x/concepts/middlewares.html#response-middlewares
instructions for xframe indicate `ALLOW-FR