-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Dan Kranz edited this page Sep 2, 2021
·
10 revisions
Noodle is an in-memory database for JavaScript applications.
Clone or download the Noodle repository to create a local copy on your computer.
Include the following in your HTML header:
<script src="path-to-noodle/libs/Roots.js"></script>
<script src="path-to-noodle/libs/Noodle.js"></script>
<script src="path-to-noodle/libs/RootsIO.js"></script>
<script src="path-to-noodle/libs/NoodleDatabase.js"></script>
The files within libs/node_modules are only necessary to run the demo application.