1.0.8 • Published 5 years ago

es-express v1.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Espresso Express

Use it in your Espresso project

The project can be any type of default, app, module or api, which created by es-npm.

add dependency

npm i --save es-express

use it in code

const express (import "es-express");

# to create a plain ExpressJS app.
var app (express app);

# to create an ExpressJS app which supports Espresso data in request body.
var api (express api);

# to create an ExpressJS app which supports Espresso data in request body and
# allow requests from any origin when called in web browsers.
var service (express service);

Or just check how it's used in Espresso's api project template.

Enjoy the Espresso.

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago