midnight

0.1.0 • Public • Published

Midnight Build Status

Midnight is an open source web framework for node.js without external dependencies.

const midnight = require("midnight");
const app = midnight();
 
app.route("/", (req, res) => {
  res.send("Hello world!");
});
 
app.start();

Installation

yarn add midnight

Documentation

See full documentation.

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i midnight

    Weekly Downloads

    22

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    49.2 kB

    Total Files

    29

    Last publish

    Collaborators

    • msavela