Skip to content

A-big-fish-in-a-small-pond/Linux-Js-Online-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 © Jihee

License

this is licensed under GNU LGPL Version 3 license.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published