neaty
v2.29.10
Published
Neaty: Open Source Framework for Node.js
Downloads
21
Maintainers
Readme
Neaty
Neaty is a high-extensible, open-source Node.js framework based on StrongLoop/loopback that enables you to:
- [x] Create dynamic end-to-end REST APIs with little or no coding.
- [x] Access data from MySQL, PostgreSQL and MongoDB.
- [x] Incorporate model relationships and access controls for complex APIs.
- [ ] Promise and await/async.
Neaty consists of:
- A library of Node.js modules.
- Yeoman generators for scaffolding applications.
Neaty tools include:
- [x] Command-line tool
neaty init
to create applications, models, data sources, and so on.
Neaty modules
The Neaty framework is a set of Node.js modules that you can use independently or together.
Core
Connectors
- loopback-connector-mongodb
- loopback-connector-mysql
- loopback-connector-postgresql
- loopback-connector-rest
Components
Tools
Thanks to:
- StrongLoop: creator of the basis of this project.
- WeFlex: sponsor of this project.