This is the examples server instance for Persevere. You can view several demonstrations of Persevere:
- Customer example -
Shows a fully editable grid connected to Persevere where changes are saved back to the Persevere DB. It also
demonstrates live real-time updates from the database. If data is changed by another client, notifications are sent
by the server and the grid is automatically updated.
- Cross-site customer example -
This is the same as the customer example except that all interaction with Persevere is done
cross-site (to 127.0.0.1), to demonstrate Persevere cross-domain capabilities.
- Trails example -
This demonstrates the offline capabilities of the included Dojo OfflineRest module. This demo
will continue to run offline, allowing for searches and changes which are stored locally until
connectivity is restored. This also includes a readonly grid, and demonstrates using a form for
modifying values.
- Friends example -
This demonstrates the Persevere JavaScript client library and also provides an example of
uploading images that are associated with persisted objects.
You can also still
view the
main links page and the
database explorer from this server instance as well.