What is Microgen?

Schema to Generated Event Driven Microservices Backend

Microgen is a smart microservices and graphql generator. Instead developing backend by Your own from scratch, with Microgen your work will be much easier. It also had microservices and event driven development in mind, so it will suitable for large scale applications!

Although Microgen code are generated, it code are easy to read. So it is easy to maintain and also easy to modify.

Microservices on its Core

Microgen use the best practice of implementing microservices:

  • Zero dependency: Microservices with only JavaScript and Node.js

  • Zero-configuration: no IP addresses, no ports, no routing to configure

  • Decentralized: No fixed parts, no "manager" nodes, no single point of failure

  • Auto-discovery: Services discover each other without a central bookkeeper

  • Fault-tolerant: Don't lose any requests when a service is down

  • Scalable: Horizontally scale to any number of machines

  • Performant: Process thousands of messages per second

  • Humanized API: Extremely simple to get started with a reasonable API!

Last updated