An open API service indexing awesome lists of open source software.

https://github.com/jlchntoz/replio

An experiment of running Node.js REPL over websocket with Chromium's hterm
https://github.com/jlchntoz/replio

hterm javascript nodejs repl websocket

Last synced: 3 months ago
JSON representation

An experiment of running Node.js REPL over websocket with Chromium's hterm

Awesome Lists containing this project

README

          

Replio
======
An experiment of running [Node.Js REPL](https://nodejs.org/api/repl.html) over [websocket](https://en.wikipedia.org/wiki/WebSocket) with Chromium's [hterm](https://chromium.googlesource.com/apps/libapps/+/master/hterm).

Installation
------------
```sh
$ git clone https://github.com/JLChnToZ/replio.git
$ npm install
```

Running
=======
```sh
$ node index.js
```

Open your browser and navigate to `http://localhost:9999` and try out!

License
-------
[MIT](LICENSE)