modjo - rapid application development framework
Getting started
``
sh
yarn add modjo
``
Samples
are on TODO list...
The Paradigm
$3
Dependency injection using composition root design pattern (avoiding prop drilling).
Context by async thread.
- using nctx (node async_hooks)
$3
Best suitable for big projects with complexe architecture.
micro-services:
- app
- watcher
- worker
CQRS kesako ? un peu de lecture:
- CQRS Wikipedia
- Pourquoi avoir choisi d'utiliser l'architecture CQRS
$3
- no transpiller (no typescript/babel etc...)
- no bullshits
-
@vercel/ncc compilable (faster bootup time and less I/O overhead)