Skip to content

waiphyodev/moleculer-microservices-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

moleculer-microservices-example

api-gateway

required packages

  • moleculer
  • express
  • cors
  • dotenv
  • nats

networking - docs

In order to communicate with other nodes (ServiceBrokers) you need to configure a transporter. Most of the supported transporters connect to a central message broker that provide a reliable way of exchanging messages among remote nodes. These message brokers mainly support publish/subscribe messaging pattern.

networking

I use nats in this example.

library-services

required packages

  • moleculer
  • dotenv
  • nats
  • mongoose

services - docs

The Service represents a microservice in the Moleculer framework. You can define actions and subscribe to events. To create a service you must define a schema: name, version, settings, actions, methods, events.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors