0.1.10 • Published 5 years ago

f-wing v0.1.10

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago