Neaty is a high-extensible, open-source Node.js framework based on StrongLoop/loopback that enables you to:
- Create dynamic end-to-end REST APIs with little or no coding.
- Access data from MySQL, PostgreSQL and MongoDB.
- 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:
- Command-line tool
neaty init
to create applications, models, data sources, and so on.
The Neaty framework is a set of Node.js modules that you can use independently or together.
- loopback-connector-mongodb
- loopback-connector-mysql
- loopback-connector-postgresql
- loopback-connector-rest
- StrongLoop: creator of the basis of this project.
- WeFlex: sponsor of this project.