apeman-proto-sse
v2.0.0
Published
apeman proto package for SSE.
Downloads
8
Readme
apeman-proto-sse
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
| Name | Value | | --- | ---- | | name | apeman-proto-sse | | version | 2.0.0 | | description | apeman proto package for SSE. |
$proto
$apps
| Name | Description | | ---- | --- | | sse:debug | {"/sse/debug/server":[{"domain":null,"_events":{},"_eventsCount":1,"$desc":"C... |
$needs
| Bin | How to install |
| --- | ----- |
| apeman | npm install -g apeman
|
License
This software is released under the MIT License.