Icebob
Icebob
If you are using Moleculer, add a comment with your company name, URL & logo and we will add it to the [official Moleculer site](https://moleculer.services/). Thank you! If you are...
Wishlist
 If you would like to make Moleculer better, implement something from this wishlist. Thank you very much! **Services** - [x] `moleculer-zipkin` Zipkin uploader - [x] `moleculer-slack` Slack service -...
Due to [the recent event-stream vulnerability issue](https://medium.com/intrinsic/compromised-npm-package-event-stream-d47d08605502), I'm thinking to reduce the used NPM dependencies in the Moleculer core. Currently it is the current dependency tree (29 modules): ``` `--...
## Prerequisites If you have multiple loggers and there is logger with formatted `json` or `jsonext` the coloring doesn't work well with `Console` logger. The problem is that both are...
The built-in schema-based serializers (ProtoBuf, Avro, Thrift) will be deprecated and removed in the **next 0.15 version** of Moleculer. These serializers will be **moved to an external repository** and published...
There are some partial/full implementations of the Moleculer framework in other languages. If you can, please help them. | Language | Repository | Maintainer | Status | Full / Partial...
Hot reload doesn't detect new service files if the Runner argument contains glob instead of a folder. **Works** ``` $ moleculer runner --hot services ``` **Doesn't work** ``` $ moleculer...
Hi all, I have been working on the Moleculer project for a year. Maybe you know I have a fulltime job and family with two young kids. Developing it takes...
Similar to #186, I would like to create a frontend module which can generate HTML forms based on the FV schema because it contains every information about the type of...