|
|
|
|
|
by amelius
4162 days ago
|
|
I'm looking for a toolbox that can give me: 1. client-side (javascript) database access 2. automatic updates to the client's view of the database And also: 3. automatic optimal re-execution of javascript code whenever something changes in the input (e.g., the database). Note the word "optimal", e.g., no glitches, and no (or minimal) unnecessary work done. Of course, it should be fast :) Does anybody know where to find such a toolbox, or libraries that allow me to accomplish the above? Any pointers are greatly appreciated! |
|