2.0.0 • Published 10 years ago

apeman-proto-sse v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

apeman-proto-sse

Build Status Code Climate Code Coverage npm Version

apeman proto package for SSE.

Installation

$ npm install apeman-proto-sse --save

Usage

/** This is an example Apemanfile.js */

'use strict'

module.exports = {
  $ctx: {
    // Project context
  },
  $pkg: { /* ... */ },
  $proto: [
    // Inherit apeman-proto-sse project.
    require('apeman-proto-sse')
  ],
  $tmpls: { /* ... */ },
  $tasks: { /* ... */ }
}

Apemanfile Configurations

$pkg

NameValue
nameapeman-proto-sse
version2.0.0
descriptionapeman proto package for SSE.

$proto

$apps

NameDescription
sse:debug{"/sse/debug/server":[{"domain":null,"_events":{},"_eventsCount":1,"$desc":"C...

$needs

BinHow to install
apemannpm install -g apeman

License

This software is released under the MIT License.

Links

2.0.0

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago