1.1.0 • Published 6 years ago

nats-ex-repl v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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

1.1.0

6 years ago

1.0.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago