Code Monkey home page Code Monkey logo

mindjs's Introduction

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.

mindjs's People

Contributors

boale avatar lifter21 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

mzn

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.