grid icon indicating copy to clipboard operation
grid copied to clipboard

Server processing

Open stellanhaglund opened this issue 9 years ago • 1 comments

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?

stellanhaglund avatar Jun 14 '16 18:06 stellanhaglund

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.

NiGhTTraX avatar Jun 15 '16 07:06 NiGhTTraX