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,113 public repositories matching this topic...
-
Updated
Oct 14, 2021 - JavaScript
-
Updated
Oct 14, 2021 - TypeScript
-
Updated
Oct 11, 2021 - TypeScript
-
Updated
Jan 9, 2021 - JavaScript
-
Updated
Oct 10, 2021 - JavaScript
-
Updated
Jun 1, 2021 - JavaScript
-
Updated
Oct 10, 2021 - JavaScript
-
Updated
Feb 14, 2021 - JavaScript
Information
The new serverless package is available on NPM but there is not page on our website.
See readme package here:
https://github.com/tsedio/tsed/tree/production/packages/platform/platform-serverless
The goal is to add a new page in the website dedicated on Serverless framework.
Steps
- Create the new markdown file
serverless.mdhere https://github.com/tsedio/tsed/t
I've read the docs, and it seems you can pass through knex instances, but I didn't see if it supports SQLite3 - could you clarify please?
-
Updated
Mar 24, 2021 - Vue
-
Updated
Oct 25, 2020 - JavaScript
-
Updated
Aug 4, 2021 - TypeScript
-
Updated
Sep 22, 2021 - TypeScript
-
Updated
Aug 7, 2021 - TypeScript
-
Updated
Oct 6, 2021 - JavaScript
-
Updated
Sep 27, 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