0.1.0 • Published 11 years ago
oz-repl v0.1.0
oz-repl

oz's repl components
var ozrepl = require('oz-repl'),
ozweb = require('oz-web'),
var server = ozweb.server(2332)
ozrepl({
in: server.in(),
out: server.out()
})example
install
$ npm install oz-replapi
ozrepl(opts)
opts:
in: the input signal to use for reading evaluation results and errorsout: the output signal to use for sending evaluation requestsrepl.start()opts
0.1.0
11 years ago