This package has been deprecated

Author message:

"!!NO LONGER_MAINTAINED"

apeman-app-batch

1.0.3 • Public • Published

apeman-app-batch

Build Status Code Climate Code Coverage npm Version JS Standard

apeman app to handle batch-requests

Installation

$ npm install apeman-app-batch --save

Usage

  1. Define an app within Apemanfile.js
  2. Call the app via apeman app command.

Apemanfile.js

/** This is an example Apemanfile to use apeman-app-batch */
 
'use strict'
 
module.exports = {
  $pkg: { /* ... */ },
  $apps: {
    // Define your own app.
    'my-app-01': {
      // Map url and handlers.
      '/': [
        require('apeman-app-batch')({
          // Options
        })
      ]
    }
  }
}

Then,

$ apeman app my-app-01 -p 3000

Signature

apemanAppBatch(options) -> function

apeman app to handle batch-requests

Args
Name Type Default Description
options object Optional settings.

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i apeman-app-batch

Weekly Downloads

6

Version

1.0.3

License

MIT

Last publish

Collaborators

  • okunishinishi