@absolunet/ioc 中文文档教程
Node IoC
About Node IoC
注意:这是 Node IoC 框架存储库。 如果您想构建应用程序,请访问主应用程序存储库。
Node IoC 是一个 Node.js 框架,旨在帮助开发人员为 Web 和 CLI 创建优雅且设计良好的应用程序。 基于 SOLID 原则,它推出了许多功能,消除了手工制作的痛苦新应用:
- Simple, yet powerful, dependency injection container
- Complete CLI command system powered by Yargs
- Full routing and HTTP handling powered by Express
- Knex.js database connections with Bookshelf ORM
- Cache system with multiple back-ends
- Configuration over code approach
- Multiple 3rd-party integrations such as PubSubJS, joi, JsRender and much more
- Modular structure with simple integration
- Complete and powerful Jest integration for testing with a class-based approach, like PHPUnit (PHP) or NUnit (C#)
Node IoC 的结构主要受到 Laravel 和 Symfony 的启发,依赖注入方法也受到 Angular.js 的启发。 使 Node IoC 成为一个更好的平台的关键是它基于迄今为止 JavaScript 中所有最好的东西:它统一了最流行的工具,并使在复杂的应用程序中实现它们变得轻而易举。
Learning Node IoC
学习 Node IoC 最简单的方法是通过官方文档。 您可以轻松地从前面的章节开始,这些章节为您提供了安装应用程序和实现基本功能的分步方法。 但是,如果您想深入了解,文档涵盖了所有关键功能,或者您可以阅读 API 文档。
Contributing
欢迎您为 Node IoC 框架做出贡献。 请阅读贡献指南。
Code of Conduct
为确保 Node IoC 社区欢迎所有人,请查看并遵守行为准则。
License
Node IoC
About Node IoC
NOTE: This is the Node IoC framework repository. If you want to build an application, please visit the main application repository.
Node IoC is a Node.js framework designed to help developers create elegant and well-designed applications, for both the Web and the CLI. Based on SOLID principles, it comes out with a lot of features that removes the pain of crafting new applications:
- Simple, yet powerful, dependency injection container
- Complete CLI command system powered by Yargs
- Full routing and HTTP handling powered by Express
- Knex.js database connections with Bookshelf ORM
- Cache system with multiple back-ends
- Configuration over code approach
- Multiple 3rd-party integrations such as PubSubJS, joi, JsRender and much more
- Modular structure with simple integration
- Complete and powerful Jest integration for testing with a class-based approach, like PHPUnit (PHP) or NUnit (C#)
Node IoC was mostly inspired by Laravel and Symfony for the structure, as well by Angular.js for the dependency injection approach. The key that makes Node IoC a better platform to start with is that it is based on all the best things that have been made in JavaScript so far: it unifies the most popular tools and makes implementing them under a complex application feel like a breeze.
Learning Node IoC
The simplest way to learn Node IoC is through the official documentation. You can easily get started with the early chapters that give you the step-by-step approach to install the application and to implement basic features. However, if you want to go deeper, the documentation covers all key features, or you can read the API documentation.
Contributing
You are welcome to contribute to the Node IoC framework. Please read the Contribution Guidelines.
Code of Conduct
To ensure that the Node IoC community is welcoming to all, please review and abide by the Code of Conduct.
License
The Node IoC framework is open-sourced software created by Absolunet and licensed under the MIT license.
你可能也喜欢
- @0x2e757/wrappers 中文文档教程
- @0xcert/scaffold 中文文档教程
- @128technology/codemirror-liquid-mode 中文文档教程
- @26area/stop-watch 中文文档教程
- @2gis/geojson-vt 中文文档教程
- @3imed-jaberi/deepfreeze 中文文档教程
- @4pd/shared 中文文档教程
- @_pearofducks/require-extension-hooks-babel-7 中文文档教程
- @aaa-backend-stack/graphql-rest-bindings 中文文档教程
- @aaron-s-kim/lotide 中文文档教程