0.0.4 • Published 9 years ago

replNetServer v0.0.4

Weekly downloads
5
License
BSD-3-Clause
Repository
github
Last release
9 years ago

replNetServer

Program serves node REPL via network

Install

$ sudo npm install -g replNetServer

Run

Server

$ cat listenConf.json 
{
  "host": "localhost",
  "port": 7788,
  "exclusive": true
}
$ replNetServer --listenConf listenConf.json

Client

$ nc localhost 7788
> hello = "hello world"
'hello world'
>

Concept

Comes from https://nodejs.org/api/repl.html#repl_repl_start_options

Reference

See this

Github page

http://7k8m.github.io/replNetServer

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago