Skip to content

Latest commit

 

History

History
64 lines (37 loc) · 1.13 KB

README.md

File metadata and controls

64 lines (37 loc) · 1.13 KB

Linux-Js-Online-Interpreter

An interpreter open source project that allows you to connect and run Linux Shell, Nodejs, TypeScript, and JavaScript on a web-based basis

Basic specification

Server: NodeJS, express, jayson with rpc
Client : React

The project uses a web page to send JavaScript execution code to the server. The execution of the transmitted code is executed by the server and the resulting value is returned.

Installation

Server:

cd Server
npm install --save
node index.js

Client:

cd Client
npm install --save
npm start

Preview

Step 1. login with Web Page

error

id: root pw : root


Step 2. login with Web Console

error

id: anythings pw : anythings


Step 3. Test using a web console and an editor

error


HomePage

Github © Page

License

this is licensed under GNU LGPL Version 3 license.