lace-http

0.1.3 • Public • Published

lace-http — Reactive HTTP microservices

Install

npm i lace-http

Usage

module.exports = request$ => {
  return request$
    .pipe(
      mapTo('Hello world!'),
    )
}
module.exports = () => 'Hello world!'

Readme

Keywords

none

Package Sidebar

Install

npm i lace-http

Weekly Downloads

1

Version

0.1.3

License

MIT

Unpacked Size

11.6 kB

Total Files

7

Last publish

Collaborators

  • johnnynotsolucky