1.0.0 • Published 6 years ago

servie-compat-http v1.0.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
6 years ago

Servie Compat HTTP

NPM version NPM downloads Build status Test coverage

Map Servie Request and Response instances to node.js HTTP objects.

Installation

npm install servie-compat-http --save

Usage

import { createServer } from 'servie-compat-http'

export const server = createServer(function (req, res, next) {
  res.write('hello world')
  res.end()
})

Additional Resources

TypeScript

This project is written using TypeScript and publishes the definitions directly to NPM.

License

Apache 2.0

1.0.0

6 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago