modjo
v1.1.1
Published
Modjo Framework for RAD
Downloads
10
Readme
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)