Comment on JStat: a JavaScript statistical libraryparentComments−maratd15yPretty sure you can use this on the server with something like Node.−_pdeschen15yPart of the library is visual using jquery ui. I don't believe it would work on node unless breaking the ui layer into another library. Then would could have the crunching on nodejs and the ui on the browser.A nice rest API could sit on top of node. Hummm
Comments
Pretty sure you can use this on the server with something like Node.
Part of the library is visual using jquery ui. I don't believe it would work on node unless breaking the ui layer into another library. Then would could have the crunching on nodejs and the ui on the browser.
A nice rest API could sit on top of node. Hummm