Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 780 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 780 Bytes

moleculer-go-example

Simple (with good code style) example for Moleculer implementation for Go (https://github.com/roytan883/moleculer-go).

How to use, refer to example:

run on first terminal:

nats-server

run on second terminal:

go run .moleculer-service.go -s nats://127.0.0.1:4222

run on third terminal:

go run .moleculer-client-cli.go -s nats://127.0.0.1:4222

moleculer (nodejs) info:

Moleculer is a fast, modern and powerful microservices framework for NodeJS (>= v6.x).

Moleculer: https://github.com/ice-services/moleculer

Website: https://moleculer.services

Documentation: https://moleculer.services/docs