apeman-proto-sse

apeman proto package for SSE.

Usage no npm install needed!

<script type="module">
  import apemanProtoSse from 'https://cdn.skypack.dev/apeman-proto-sse';
</script>

README

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