@nippy/gulp
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.2 • Public • Published

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

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @nippy/gulp

Weekly Downloads

1

Version

1.0.0-beta.2

License

MIT

Last publish

Collaborators

  • nippy