Skip to content
This repository was archived by the owner on May 1, 2022. It is now read-only.

Repository files navigation

Nippy

Fast, opinionated, minimalist micro service framework for node, backed by express and select middleware.

import { Nippy } from "@nippy/core";
const app = new Nippy("My service");

app.get("/", (req, res) => {
  res.send("Hello world");
});

app.listen(3000);

Installation

$ npm install --save @nippy/core

Features

  • Logging with Winston and Morgan
  • Security hardening with Helmet
  • Configurable default middleware
    • Body parser
    • Compression
    • CORS

About

Fast, opinionated, minimalist micro service framework.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages