@ableron/fastify
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

@ableron/fastify

Build Status npm version Node.js Version

Fastify Middleware for Ableron Server Side UI Composition

Installation

npm i @ableron/fastify

Usage

import Fastify from 'fastify';
import ableron from '@ableron/fastify';
const app = Fastify({ logger: true });

app.register(ableron, {
  ableron: {
    logger: console
  }
});
app.listen({ port: 3000, host: '0.0.0.0' });

Configuration

Configuration options see @ableron/ableron

Package Sidebar

Install

npm i @ableron/fastify

Weekly Downloads

13

Version

1.1.0

License

Apache-2.0

Unpacked Size

18.3 kB

Total Files

8

Last publish

Collaborators

  • ableron