mindjs
mindjs copied to clipboard
Minimalistic, pure Node.js framework superpowered with Dependency Injection :bulb: :computer: :rocket:
Mind.js
Unopinionated, minimalistic, pure Node.js framework superpowered with
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.
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
platformsupport. 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. - The
HttpModuleprovides an ability to make external API calls, intercept them, and configure it depending on your needs (WIP). - The
TestingModuleallows you to test your code in an easy and convenient way.
Getting started
- Check out the Getting Started guide to start building your first Mind.js app. :rocket:
For more information look at the following sections:
- Mind.js Anatomy
- Routing
- Http
- Platforms
- Testing
- Debugging
- Contribution Guide
Roadmap
Mind.js ROADMAP
Stay in touch
- Author - Oleksandr Bondarenko
- Slack - Mind.js
License
Mind.js is MIT licensed.