Quickstart

This guide walks through basic usage of Echonode in under five minutes.

Step 1: Install

curl -fsSL https://echonode.icu/install.sh | sh
echonode version

Step 2: Basic usage

const bus = new EchoNode(); bus.on('order.created', handler);

See the full documentation for all options.

Next steps

  • Read the blog for usage patterns and release notes
  • Open an issue on GitHub if something doesn't work