devthejo / modjo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modjo - rapid application development framework

Getting started

yarn add @modjo/plugins/core

Samples

are on TODO list...

The Paradigm

Full IoC

Dependency injection using composition root design pattern (avoiding prop drilling).

Context by async thread.

  • using nctx (node async_hooks)

Highly scalable using CQRS

Best suitable for big projects with complexe architecture.

micro-services:

CQRS kesako ? un peu de lecture:

Pure and performant native NodeJS

  • no transpiller (no typescript/babel etc...)
  • no bullshits
  • @vercel/ncc compilable (faster bootup time and less I/O overhead)

About


Languages

Language:JavaScript 100.0%