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
- Host: GitHub
- URL: https://github.com/jlchntoz/replio
- Owner: JLChnToZ
- License: mit
- Created: 2017-03-03T10:58:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T11:06:02.000Z (about 9 years ago)
- Last Synced: 2025-09-19T14:02:44.086Z (9 months ago)
- Topics: hterm, javascript, nodejs, repl, websocket
- Language: JavaScript
- Homepage:
- Size: 277 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)