nats-ex-repl

1.1.0 • Public • Published

NATS EX Repl

Repl for NATS EX.

Installation

npm i -g nats-ex-repl

Usage

Enter repl:

nats-ex-repl

Then in the repl:

emit('hello')

justCall('echo', 'my input') 

Command Options

  • start = true - if false, it won't create natsEx automatically. you can use connect to connect nats manually in the repl
  • url = "nats://localhost:4222"
  • logMessageEvents = false
  • logMessageErrors = true

Repl Context

There are several variables in the repl context:

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i nats-ex-repl

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

3.36 kB

Total Files

3

Last publish

Collaborators

  • zhaoyao91