Package Exports
- resource
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (resource) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
resource
what is a resource?
- is a JavaScript object
- a resource can have methods
- a resource can have properties
- a resource can have npm dependencies
- a resource is part of the Resource-View-Presenter development pattern
why are resources useful?
- resources easily extend functionality through intelligent dependency injection
- resources unify validation and invocation code across all business-logic
- the curated resources will solve most of your problems
- using resources in an existing application is easy
resource library features
- a very friendly API
- dependency injection
- intelligent method deferment until each resource's dependencies are satisfied
resources library
The resources
library provides a robust set of pre-defined resources. These are useful for tackling many of the issues involved with solving the domain problem of building applications for the web.
persistence
for resource database persistenceconfig
for resource configurationcreature
a simple example resourcebitcoin
for interacting with Bitcoinadmin
web admin for managing resources- many many more !
Installation
npm install resource
Tests
tap test