koa2
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 1,585 public repositories matching this topic...
-
Updated
Nov 20, 2021 - JavaScript
Execute one command (or mount one Node.js middleware) and get an instant high-performance GraphQL API for your PostgreSQL database!
-
Updated
Nov 24, 2021 - TypeScript
cool-admin(midway版)一个很酷的后台权限管理框架,模块化、插件化、CRUD极速开发,永久开源免费,基于midway.js 2.0、typescript、typeorm、mysql、jwt、element-ui等构建
-
Updated
Nov 23, 2021 - TypeScript
-
Updated
Nov 26, 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
-
Updated
Aug 11, 2021 - Vue
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
Nov 3, 2021 - TypeScript
Passport middleware for Koa
-
Updated
Oct 18, 2021 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Nov 29, 2017 - JavaScript
前后端分离+服务端渲染的博客系统. 基于Vue2、Koa2、MongoDB、Redis
-
Updated
Jun 22, 2017 - JavaScript
react hooks + koa2 + sequelize + mysql 构建的个人博客。具备评论、通知、上传文章等等功能
-
Updated
Oct 5, 2021 - JavaScript
Important security headers for koa
-
Updated
Aug 20, 2021 - JavaScript
一个基于 react-native + mobx + socket.io + node 的仿微信 JS-Wechat
-
Updated
Mar 25, 2017 - JavaScript
A complete performance monitoring system.
-
Updated
Mar 16, 2019 - 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