Skip to content

Next generation express.js using modern technology.

License

Notifications You must be signed in to change notification settings

tq-xyy/express-next

 
 

Repository files navigation

express-next

logo

Next generation express.js using modern technology.

Installation

This repository has not uploaded the npm registry yet. You can clone this repository for development or using.

npm i express-next@github:17097231932/express-next

Usage

Almost the same as the original express.js. You can find examples from this repository.

Here is a simple example:

import express from 'express-next' // yes, we support ES Module

const app = express()

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

app.listen(3000)

License

MIT

About

Next generation express.js using modern technology.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 100.0%