Skip to content

devthefuture-org/modjo

Repository files navigation

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)

Contributing:

We welcome contributions! If you encounter a bug or have a feature suggestion, please open an issue. To contribute code, simply fork the repository and submit a pull request.

This repository is mirrored on both GitHub and Codeberg. Contributions can be made on either platform, as the repositories are synchronized bidirectionally.

For more information:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published