0.3.0
Application will now perform at similar speeds when run locally, and when deployed to a network.
Callbacks were modified to reduce the number of times the large, underlying data structure was passed between the front-end and back-end servers. Now, the data structure is cached on the back-end filesystem, and back-end callbacks are signalled by the front-end interface to access the cached structure directly.