#
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 420 public repositories matching this topic...
mcollina
commented
Aug 7, 2020
As titled.
Swagger documentation generator for Fastify
-
Updated
Sep 30, 2020 - JavaScript
Open
Support ESM modules
4
Eomm
commented
Sep 6, 2020
🚀 Feature Proposal
Support ESM module
Motivation
In the node14 the ESM modules will be no longer experimental
Example
// demo.mjs
import fs from 'fs'
export default function app (fastify, opts, next) {
fastify.get('/', function (request, reply) {
reply.send(fs.readFileSync('./package.json'))
})
next()
}
And then run it with `fastify start d
Write Everything in JavaScript under 100 Lines!!!😈
-
Updated
Sep 5, 2020 - JavaScript
Insipired by aws-serverless-express to work with Fastify with inject functionality.
-
Updated
Jul 7, 2020 - JavaScript
puzpuzpuz
commented
Sep 21, 2019
At the moment TS typings are not validated at all. It would be nice to start doing that in CI builds.
See #14 for the original discussion.
The fast, easy to use & typescript ready web framework for Node.js
nodejs
api
fast
middleware
benchmark
performance
framework
typescript
router
web
engine
speed
fastify
database-model
foxify
-
Updated
Jun 12, 2020 - TypeScript
-
Updated
Aug 2, 2018 - TypeScript
Open
100% code coverage
mcollina
commented
May 8, 2020
As titled, this module would benefit from having 100% code coverage
Open
Improve codebase
2
9
A curated list of awesome fastify resources
-
Updated
May 18, 2018
Open
100% code coverage
mcollina
commented
May 25, 2020
As titled, this repo would benefit from having 100% code coverage (-100 flag in tap).
A Node.js API gateway that just works!
-
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