@node-ts/bus-messages

A core set of message definitions for distributed applications.

Usage no npm install needed!

<script type="module">
  import nodeTsBusMessages from 'https://cdn.skypack.dev/@node-ts/bus-messages';
</script>

README

@node-ts/bus

A library for building message-based, distributed node applications.

🔥 View our docs at https://bus.node-ts.com 🔥

🤔 Have a question? Join our Discord 🤔

Components

Development

This guide is for developers and contributors to the library itself. For consumers, please see our consumer docs at https://bus.node-ts.com.

Installation

This package uses lerna for monorepo support and yarn workspaces.

Install dependencies

yarn && yarn bootstrap && yarn build

Scripts

  • bootstrap - install dependencies in all packages and hoist to root
  • build - build all packages
  • build:watch - build all packages and watch for changes with incremental builds
  • clean - remove all dist and node_modules folders
  • lint - lint inspect
  • test - run unit and integration tests
  • test:watch - run tests in watch mode, rerun on changes