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 461 public repositories matching this topic...
Hi, I am a beginner and it is not quite clear to me how to combine it with a Database like PostgresQL to read and write?
Are there docs for that?
Many thanks!
-
Updated
Nov 27, 2020 - JavaScript
fastify eject
Support ESM modules
-
Updated
Jul 7, 2020 - JavaScript
Not an issue, but rather request. Fastify already uses Pino under the hood as de facto logger. I am struggling to integrate cls-tracer with Pino in Fastify, so far without success. Would it be possible to provide an example of using cls-traces with Pino in fastify?
-
Updated
Sep 5, 2020 - JavaScript
🚀 Feature Proposal
Rename the whitelist option to allowedClient
This will be a breaking change.
Motivation
This wording is more inclusive.
-
Updated
Nov 27, 2020 - TypeScript
-
Updated
Oct 18, 2020 - TypeScript
Improve codebase
The actual options for getHeader is not compliant to the fastify codebase that support the chaining-call:
ex: this.header('Content-Type', 'text/html; charset=' + charset).send(html)
It would be awsome if @momofan or @florianb could work on this
Mode info on how to implement this improvement:
https://github.com/fastify/point-of-view/blob/b7345f0601ec0e789cae535cf96bc14ac42ac04d/in
-
Updated
Aug 2, 2018 - TypeScript
🚀 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 18, 2018
100% code coverage
As titled, this repo would benefit from having 100% code coverage (-100 flag in tap).
-
Updated
Jun 30, 2020 - JavaScript
Created by Matteo Collina
Released October 2016
- Organization
- fastify
- Website
- fastify.io


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
Link to HospitalRun/hospitalrun-frontend#1288