grid
grid copied to clipboard
Server processing
Hi i read the part about allowing you to run tests on the library in node. I guess there is currently no way to let the server handle the calculation on the server when using it with real data. But maybe using that with websockets would be an option?
The core lib can run both in Node and in the browser. If you want to do the math on the server then you are able to do so with your favorite approach. The jQuery plugin expects the lib to be exposed on window, but you could easily write your own plugin that communicates with the lib in another way.