UNPKG

neaty

Version:

Neaty: Open Source Framework for Node.js

53 lines (35 loc) 2.03 kB
# Neaty Neaty is a high-extensible, open-source Node.js framework based on [StrongLoop/loopback](https://github.com/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](http://yeoman.io/) 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 * [neaty](https://github.com/weflex/neaty) * [loopback-datasource-juggler](https://github.com/strongloop/loopback-datasource-juggler) * [strong-remoting](https://github.com/strongloop/strong-remoting) ### Connectors * [loopback-connector-mongodb](https://github.com/strongloop/loopback-connector-mongodb) * [loopback-connector-mysql](https://github.com/strongloop/loopback-connector-mysql) * [loopback-connector-postgresql](https://github.com/strongloop/loopback-connector-postgresql) * [loopback-connector-rest](https://github.com/strongloop/loopback-connector-rest) ### Components * [loopback-component-push](https://github.com/strongloop/loopback-component-push) * [loopback-component-storage](https://github.com/strongloop/loopback-component-storage) * [loopback-component-passport](https://github.com/strongloop/loopback-component-passport) ### Tools * [loopback-explorer](https://github.com/strongloop/loopback-explorer) * [loopback-workspace](https://github.com/strongloop/loopback-workspace) * [generator-loopback](https://github.com/strongloop/generator-loopback) ## Thanks to: - [StrongLoop](https://github.com/stronloop): creator of the basis of this project. - [WeFlex](https://github.com/weflex): sponsor of this project. ## License [MIT Licensed](./LICENSE.md)