Skip to content
This repository has been archived by the owner on Mar 28, 2018. It is now read-only.

Latest commit

 

History

History
33 lines (24 loc) · 949 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 949 Bytes

SYNOPSIS

NPM Package Build Status Coverage Status

js-standard-style

This implements messaging for Primea

USAGE

const Message = require('primea-message')
const params = {
  data: 'test',
  caps: [],
  resources: {
    ticks: 77,
    priority: 100
  }
}

const message = new Message(params)

API

./docs/

LICENSE

MPL-2.0