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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    22
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    22
  • 0.0.4
    0
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

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