valory-adaptor-fastify
TypeScript icon, indicating that this package has built-in type declarations

3.1.1 • Public • Published

valory-adaptor-fastify

Provide fastify support for Valory

Usage

npm i valory-apaptor-fastify

Instantiate FastifyAdaptor and pass it to Valory

import {FastifyAdaptor} from "valory-adaptor-fastify";
import {Valory} from "valory-runtime";
 
Valory.createInstance({
    info: {title: "some api"},
    server: new FastifyAdaptor(),
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.1.1
    1
    • latest

Version History

Package Sidebar

Install

npm i valory-adaptor-fastify

Weekly Downloads

1

Version

3.1.1

License

ISC

Unpacked Size

18.5 kB

Total Files

8

Last publish

Collaborators

  • johnconley