Fork me on GitHub
#hoplon
<
2016-02-05
>
laforge4915:02:50

@alandipert: @micha I just had an epiphany on how important server-side javelin could be. The key is in the chaining of formula cell change notifications. If the base input cell changes, then the first-level formula cells may be updated, depending on what the change was. And this recurs until you reach the formula cell that is used by the application. So a tree of formula cells can be used to efficiently filter changes and route interesting changes to an application. OK, so I'm a bit slow at times. 😄

levitanong19:02:34

@laforge49: how would the frontend cells get updated based on the cells in the server?

laforge4919:02:43

I was only talking about a server-based process that uses the server-side javelin code.

laforge4919:02:18

But you could use castra to connect them.

laforge4919:02:48

Oh yeah, you'd need notify too.