1.1.0 • Published 11 months ago

@cloud-cli/http v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@cloud-cli/http

Wrapper for Node.js HTTP server

Install

npm i @cloud-cli/http

Usage

import createServer from '@cloud-cli/http';

// same API as Node.JS http module. Listens to `process.env.PORT` automatically
const server = createServer(function (request, response) {
  // ...
});
1.1.0

11 months ago

1.0.0

1 year ago