π | .travis.yml |
π | API.md |
π | README.md |
π | index.js |
π | package-lock.json |
π | package.json |
π | tests |
README.md
SYNOPSIS
This implements messaging for Primea
USAGE
const Message = require('primea-message')
const params = {
data: 'test',
ports: [aPort],
resources: {
ticks: 77,
priority: 100
}
}
const message = new Message(params)
API
LICENSE
Built with git-ssb-web