0.1.10 • Published 4 years ago

f-wing v0.1.10

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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();
0.1.10

4 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago