-
Updated
Jul 14, 2021 - TypeScript
Fastify

Fastify is a web framework highly focused on providing the best developer experience with the least overhead and a powerful plugin architecture.
Here are 661 public repositories matching this topic...
LDAP support
🚀 Feature Proposal
Login using LDAP account.
Motivation
A lot of companies use LDAP as their login system, so I thought that it could be useful to incorporate to HospitalRun
-
Updated
Jul 8, 2021 - TypeScript
-
Updated
Jul 21, 2021 - JavaScript
Would be nice to be able to choose a logging framework via CLI argument, for example
--log-framework log4js
And CLI would use this on app start
const app = Fastify({
logger: require(loggingFramework)
})
-
Updated
Jul 21, 2021 - JavaScript
🚀 Feature Proposal
Have an option to slow down responses instead of returning 429 errors.
Motivation
By having the option to slow down responses would deter scrapping of data from a server which would put an additional load on the server while still enabling responses for cases where user may not be actually scrapping, but just that there are many machines surfing the webpage under
-
Updated
May 14, 2021 - JavaScript
🚀 Feature Proposal
When using the onError hook to log errors to monitoring services, it would be great to have access to the original error.
However this is not currently possible with fastify-sensible customErrorHandler, because it [creates a new Error](https://github.com/fastify/fastify-sensible/blob/master/index
-
Updated
May 16, 2021 - TypeScript
Prerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure it has not already been reported
Fastify version
3.14.0
Plugin version
4.14.0
Node.js version
14.15.0
Operating system
macOS
Operating system version (i.e. 20.04, 11.3, 10)
10.15.7
Description
When the option includeViewExtension: true
is defined,
-
Updated
May 12, 2021 - JavaScript
Prerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure it has not already been reported
Fastify version
latest
Plugin version
latest
Node.js version
14
Operating system
Windows
Operating system version (i.e. 20.04, 11.3, 10)
win10
Description
yo your origin is pointing to nothing. How to fix this? I kno
-
Updated
Dec 30, 2020 - TypeScript
-
Updated
Aug 2, 2018 - TypeScript
-
Updated
Jul 19, 2021 - JavaScript
-
Updated
Jul 23, 2021 - TypeScript
Created by Matteo Collina
Released October 2016
- Organization
- fastify
- Website
- fastify.io
I have encountered the scenario that federated services may not be up yet when the gateway has initialized. In this case, the gateway will not retry polling those services in question. It's a different behavior as opposed to when everything (all services, the gateway) is up and running and, say, one of the federated services goes down. In this case, the gateway will retry polling that service acco