Skip to content

0.3.0

Compare
Choose a tag to compare
@ivansg44 ivansg44 released this 06 Dec 22:50
· 103 commits to master since this release

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.