Skip to content

msavela/midnight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Web framework for node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published