Mejik
  • About Mejik
  • Mejik Products
  • Mejik Microgen
    • What is Microgen?
    • Quickstart
    • Client Side Setup
    • Schema
    • GraphQL
    • REST API
    • MgFunction
    • Advance Usage
    • Continuous Delivery Workflow
Powered by GitBook
On this page

Was this helpful?

  1. Mejik Microgen

What is Microgen?

Schema to Generated Event Driven Microservices Backend

PreviousMejik ProductsNextQuickstart

Last updated 3 years ago

Was this helpful?

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!