the skypager node runtime.
This provides a version of the skypager runtime specially tailored for use in a node.js server environment.
``shell`
$ yarn add @skypager/node --save
`javascript
const runtime = require('@skypager/node')
runtime.start().then(() => {
runtime.log(Oh! World.)``
})