All Projects → moleculerjs → moleculer-repl

moleculerjs / moleculer-repl

Licence: MIT license
REPL module for Moleculer framework

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to moleculer-repl

Codi.vim
📔 The interactive scratchpad for hackers.
Stars: ✭ 2,464 (+10166.67%)
Mutual labels:  repl
Ipython
Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
Stars: ✭ 15,107 (+62845.83%)
Mutual labels:  repl
fundot
The Fundot programming language.
Stars: ✭ 15 (-37.5%)
Mutual labels:  repl
Unrepl
A common ground for better Clojure REPLs
Stars: ✭ 222 (+825%)
Mutual labels:  repl
Tslab
Interactive JavaScript and TypeScript programming with Jupyter
Stars: ✭ 240 (+900%)
Mutual labels:  repl
sliver
REPL for SilverStripe, powered by Psysh. Interactively debug and tinker with a sliver of your code.
Stars: ✭ 17 (-29.17%)
Mutual labels:  repl
Gluon
A static, type inferred and embeddable language written in Rust.
Stars: ✭ 2,457 (+10137.5%)
Mutual labels:  repl
gorilla-repl
A fork of Jony Epsilon's rich REPL for Clojure in the notebook style.
Stars: ✭ 22 (-8.33%)
Mutual labels:  repl
Go Pry
An interactive REPL for Go that allows you to drop into your code at any point.
Stars: ✭ 2,747 (+11345.83%)
Mutual labels:  repl
moleculer
🚀 Progressive microservices framework for Go - based and compatible with https://github.com/moleculerjs/moleculer
Stars: ✭ 135 (+462.5%)
Mutual labels:  moleculer
Lfortran
Official mirror of https://gitlab.com/lfortran/lfortran. Please submit pull requests (PR) there. Any PR sent here will be closed automatically.
Stars: ✭ 220 (+816.67%)
Mutual labels:  repl
Mond
A scripting language for .NET Core
Stars: ✭ 237 (+887.5%)
Mutual labels:  repl
dotnet-repl
A polyglot REPL built on .NET Interactive
Stars: ✭ 522 (+2075%)
Mutual labels:  repl
Vsh
vsh - HashiCorp Vault interactive shell and cli tool
Stars: ✭ 209 (+770.83%)
Mutual labels:  repl
crosis
A JavaScript client that speaks Replit's container protocol
Stars: ✭ 85 (+254.17%)
Mutual labels:  repl
Ldb
A C++ REPL / CLI for LevelDB
Stars: ✭ 201 (+737.5%)
Mutual labels:  repl
swiftreplmadness
Example of using your own packages in the Swift REPL
Stars: ✭ 18 (-25%)
Mutual labels:  repl
blac
bitFlyer Lightning API Console
Stars: ✭ 16 (-33.33%)
Mutual labels:  repl
moleculer-node-realworld-example-app
Exemplary real world application built with Moleculer
Stars: ✭ 102 (+325%)
Mutual labels:  moleculer
elasticsearch-cli
Provides a REPL console-like interface to interact with Elasticsearch
Stars: ✭ 15 (-37.5%)
Mutual labels:  repl

Moleculer logo

REPL module for Moleculer NPM version

The moleculer-repl is an interactive console.

Features

  • list nodes
  • list services
  • list actions
  • list events
  • call services
  • emit events
  • load services (from file or folder)
  • show local informations & configuration
  • benchmark services

Install

npm install moleculer-repl --save

Usage

Start broker in REPL mode

const broker = new ServiceBroker();

broker.start().then(() => {
    // Start REPL
    broker.repl();
});

You will get a console:

mol $ 

Run help to see available commands.

Documentation

Please read our documentation on Moleculer site

Contribution

Please send pull requests improving the usage and fixing bugs, improving documentation and providing better examples, or providing some testing, because these things are important.

License

The project is available under the MIT license.

Contact

Copyright (c) 2020 MoleculerJS

@moleculerjs @MoleculerJS

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].