1.1.1 • Published 2 years ago

modjo v1.1.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

modjo - rapid application development framework

Getting started

yarn add modjo

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)