apeman-proto-sse

2.0.0 • Public • Published

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

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.

Links

Readme

Keywords

Package Sidebar

Install

npm i apeman-proto-sse

Weekly Downloads

1

Version

2.0.0

License

MIT

Last publish

Collaborators

  • okunishinishi