Comparing version 2.6.2 to 2.6.3
{ | ||
"name": "dpp-db", | ||
"version": "2.6.2", | ||
"version": "2.6.3", | ||
"description": "Deep Persistent Proxy: Persistent Objects in your Browser", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -61,2 +61,4 @@ # DPP: Deep Persistent Proxy Objects for JavaScript | ||
### Basic Demo | ||
Try out this [live example](https://robtweed.github.io/DPP/examples/), running directly | ||
@@ -83,2 +85,22 @@ from the code you'll find in the */examples* folder of this repo. | ||
### ToDo Application Demo | ||
If you're wanting to see DPP in use in a more realistic application environment, | ||
try running this [live ToDo application](https://robtweed.github.io/golgi/examples/todo/). | ||
The application is based on the UI design from the [ToDoMVC](https://todomvc.com/) examples, | ||
but without an MVC design focus. Instead, this version uses all the key features | ||
that are built into our | ||
[*Golgi*](https://github.com/robtweed/golgi/) WebComponent framework. | ||
This ToDo application showcases the use of DPP, allowing | ||
the persistent *todo* object to be treated in the *Golgi* application as if it was | ||
just a plain old simple JavaScript object. DPP automatically handles its storage and | ||
retrieval from IndexedDB. | ||
**NOTE:** You must use a modern browser that supports WebComponents to run this example! | ||
See the [*Golgi /examples/todo*](https://github.com/robtweed/golgi/tree/master/examples/todo) folder for the source code | ||
files that implement this live example. | ||
## Installing | ||
@@ -85,0 +107,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
160553
583