An interpreter open source project that allows you to connect and run Linux Shell, Nodejs, TypeScript, and JavaScript on a web-based basis
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.
Server:
cd Server
npm install --save
node index.js
Client:
cd Client
npm install --save
npm start
id: root pw : root
id: anythings pw : anythings
this is licensed under GNU LGPL Version 3 license.