0.1.0 • Published 9 years ago

oz-repl v0.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

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