All Projects → mindjs → mindjs

mindjs / mindjs

Licence: MIT license
Minimalistic, pure Node.js framework superpowered with Dependency Injection 💡 💻 🚀

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to mindjs

mean-ionic-ngrx
Monorepo as Microservices: Full MEAN stack with Angular 7, Ionic 4 and ReactiveX API (ngrx/Store + ngrx/Effects) + i18n/ngx-translate + Express NodeJS REST API servers micro-services + JWT Authentication + UnitTest/e2e exemple + Travis + DevOps scripts and many more...
Stars: ✭ 60 (+252.94%)
Mutual labels:  expressjs, monorepo, microservices-architecture
iocgo
A lightweight Inversion of Control (IoC) (Dependency Injection) container for Golang
Stars: ✭ 36 (+111.76%)
Mutual labels:  dependency-injection, inversion-of-control
waiter
Dependency injection, Inversion of control container for rust with compile time binding.
Stars: ✭ 71 (+317.65%)
Mutual labels:  dependency-injection, inversion-of-control
Components.js
🧩 A semantic dependency injection framework
Stars: ✭ 34 (+100%)
Mutual labels:  dependency-injection, inversion-of-control
StartupModules
Startup modules for ASP.NET Core.
Stars: ✭ 33 (+94.12%)
Mutual labels:  modular, dependency-injection
stashbox
A lightweight, fast, and portable dependency injection framework for .NET-based solutions.
Stars: ✭ 120 (+605.88%)
Mutual labels:  dependency-injection, inversion-of-control
vesselize
⛵ A JavaScript IoC container that works seamlessly with Vue.js and React.
Stars: ✭ 22 (+29.41%)
Mutual labels:  dependency-injection, inversion-of-control
Netcoremicroservicessample
Sample using micro services in .NET Core 3.1 Focusing on clean code
Stars: ✭ 403 (+2270.59%)
Mutual labels:  modular, microservices-architecture
jimple
Just a dependency injection container to NodeJS and to the browser using new ES6 features
Stars: ✭ 72 (+323.53%)
Mutual labels:  dependency-injection, inversion-of-control
typijs
The Angular CMS Framework for building fully-featured SPA sites powered by NodeJS and MongoDB with TypeScript
Stars: ✭ 141 (+729.41%)
Mutual labels:  modular, expressjs
Pencil.js
✏️ Nice modular interactive 2D drawing library
Stars: ✭ 204 (+1100%)
Mutual labels:  modular, monorepo
lamp-luwak
Service-oriented state management for React
Stars: ✭ 12 (-29.41%)
Mutual labels:  modular, dependency-injection
Angular Cms
An flexiable, extendable, modular, single CMS app based on Angular, Express, MongoDB
Stars: ✭ 109 (+541.18%)
Mutual labels:  modular, expressjs
ufw
A minimalist framework for rapid server side applications prototyping in C++ with dependency injection support.
Stars: ✭ 19 (+11.76%)
Mutual labels:  dependency-injection, inversion-of-control
Zikrouter
Interface-oriented router for discovering modules, and injecting dependencies with protocol in Objective-C and Swift.
Stars: ✭ 516 (+2935.29%)
Mutual labels:  modular, dependency-injection
awilix-express
Awilix helpers/middleware for Express
Stars: ✭ 100 (+488.24%)
Mutual labels:  dependency-injection, inversion-of-control
Inversify Express Example
The official express + inversify+ inversify-express-utils examples
Stars: ✭ 210 (+1135.29%)
Mutual labels:  dependency-injection, inversion-of-control
Typhoon
Powerful dependency injection for Objective-C ✨✨ (https://PILGRIM.PH is the pure Swift successor to Typhoon!!)✨✨
Stars: ✭ 2,711 (+15847.06%)
Mutual labels:  dependency-injection, inversion-of-control
dargo
Dependency Injection for GO
Stars: ✭ 26 (+52.94%)
Mutual labels:  dependency-injection, inversion-of-control
ctx-core
A composable monorepo web-service/front-end toolkit
Stars: ✭ 25 (+47.06%)
Mutual labels:  monorepo, koajs

Mind.js

Unopinionated, minimalistic, pure Node.js framework superpowered with Dependency Injection (Inversion Of Control) features for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads Known Vulnerabilities DeepScan grade

Philosophy

Thanks to Node.js and its tools, front end applications have a significant impact related to rising such superb projects like Angular, React and Vue which improve developer productivity and enable the construction of fast, testable and extensible frontend applications. Although on the server-side there are many awesome libraries, helpers, and tools for Node, only some of them effectively solve the architecture design problems. However, most of them either complex or requires knowledge of such tools as typescript or rxjs, which makes challenging to start using them.

Mind.js aims to provide a simple and customizable application architecture out of the box, which allows for effortless creation of highly testable, scalable, loosely coupled and easily maintainable applications. It does not require any additional tools so that you can focus on business problems, not on technology ones.

Key features:

  • Pure Node.js. You don't need to transpile your code and perform extra steps in your CI/CD pipeline.
  • Modular. You can easily split your codebase into small featured modules or even microservices.
  • Dynamic Routing. You can build your dynamic routes before application has been run but after services are initialized.
  • Dependency injection. Manage your dependencies in easy and convenient way.
  • No magic inside. You have complete control and understanding of what you and your application do. You are able to customize
  • Easy to customize and build reusable mind.js components.
  • Easy to debug with standard Node.js inspection tools.
  • It is compatible with the most popular Web/API frameworks such as Express.js, Koa.js, Restify.js, and others.
  • Mind.js goes with platform support. You can use existing one as a super set of providers, which can be replaced with your custom ones. Furthermore, it is possible to setup you own platform.
  • TheHttpModule provides an ability to make external API calls, intercept them, and configure it depending on your needs (WIP).
  • The TestingModule allows you to test your code in an easy and convenient way.

Getting started

For more information look at the following sections:

Roadmap

Mind.js ROADMAP

Stay in touch

License

Mind.js is MIT licensed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].