/rserve-js

Javascript implementation of the Rserve protocol

Primary LanguageJavaScriptOtherNOASSERTION

rserve-js: a Javascript+Websockets implementation of the RServe protocol

Prerequisites

You will need a version of Rserve that's not on CRAN. Get it like this:

> install.packages("Rserve",,"http://rforge.net")

You will need node.js to make changes to the library:

$ cd rserve-js
$ npm install

Dependencies

rserve-js requires Underscore.js.