modjo

1.1.1 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i modjo

Weekly Downloads

0

Version

1.1.1

License

Apache-2.0

Unpacked Size

71.2 kB

Total Files

57

Last publish

Collaborators

  • devthejo