This package has been deprecated

Author message:

For now, this project is deprecated. I no longer use or work on it, and doubt others are using it. If by any chance you were using this, and would like to see more of it in some form, let me know: justnvdm@gmail.com

oz-repl

0.1.0 • Public • Published

oz-repl

Build Status

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-repl

api

ozrepl(opts)

opts:

  • in: the input signal to use for reading evaluation results and errors
  • out: the output signal to use for sending evaluation requests
  • repl.start() opts

Dependents (0)

Package Sidebar

Install

npm i oz-repl

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • justinvdm