f-wing
TypeScript icon, indicating that this package has built-in type declarations

0.1.10 • Public • Published

f-wing

NPM Version NPM Downloads CircleCI

"Lets test these F-wings..."

"Wait master I hate...flying."

-- Qui-Gon Jin to Obi-Wan Kenobi

A base for Node.js microservices.

Install

npm install

Test

npm test

Usage

You can use this library in your index.ts like this:

import { Application, defaultMetricsRegistry } from 'f-wing';
import * as express from 'express';

const expressInstance = express();
const app = new Application(expressInstance, defaultMetricsRegistry);
// add routes here: app.addRoute(...)
app.start();

Package Sidebar

Install

npm i f-wing

Weekly Downloads

1

Version

0.1.10

License

MIT

Unpacked Size

16.1 kB

Total Files

19

Last publish

Collaborators

  • meandor