2.2.2 • Published 3 years ago

@ndimz/notexpress v2.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Logo

MIT License GitHub code size Version

notexpress

A small NodeJS framework that is not a replacement of ExpressJS. Just like Express.js, it is unopinionated and minimal and contains up to 95% of the features in Express.js. I only hope the percentage will increase.

const notexpress = require('@ndimz/notexpress')
const app = new notexpress()

app.get('/', function (req, res) {
  res.send('Goodday World')
})

app.listen(5000)

Features

  • ⚙ Express middleware compatible
  • 🚀 No legacy dependencies, just the JavaScript itself
  • 🍪 Built-in cookie parser
  • 📦 Lesser bundle size than Express

Visit notexpress website for documentation.

Installation

The only requirement to use notexpress is that you have Node.js installed.

  npm install @ndimz/notexpress

License

MIT

1.1.1

3 years ago

1.1.0

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.2.2

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago