noobly-core
v1.0.11
Published
![This is an image](https://i.ibb.co/DQyKLh7/robot-br1-generated-100.jpg)
Downloads
8
Readme
noobly core
The noobly core project encapsulates infrastructure enables that allows for faster (hopefully) development of applications.
What makes this framework different is that although the default run condition for noobly core uses embedded and simple version of the default services so it can be run without any external dependancies, it can be scaled up to use enterprise components without any changes to the using application.
Components
The following services are available for any application to use:
Configuration : The configuration service is used for any config file based operations. It uses the standard config package.
Caching : The caching service enables caching operations. The default implementation uses a volatile in memory implementation.
Data Access : The data access service enables database operations. The default implementation stores data on the local drive or In Memory (volatile).
Installing
git fetch https://github.com/nooblyjs/noobly-core.git
cd ./noobly-core
npm install
npm -i g npm
node ./app.js