1.0.0 • Published 1 month ago

@cloud-cli/http v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month 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.0.0

1 month ago