GithubHelp home page GithubHelp logo

samuelwilliams99 / browser-command-prompt Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 359 KB

A Simple Javascript Command Line VM

Dockerfile 0.10% CSS 0.36% HTML 0.15% JavaScript 52.32% Lua 46.95% Batchfile 0.06% Shell 0.07%

browser-command-prompt's Introduction

Browser-Command-Prompt

Browser Command Prompt (BCP), as the name suggests, is a command prompt built from scratch in javascript.
It will act as a host for my future projects (ARM Assembler, JSKell: a Javascript Haskell-like language compiler, etc.)
This is a rewrite of the previous version using requireJS, a proper program manager, and more shell features.
The master branch of this project is hosted here
Note: This project serves no real purpose other than as a challenge to myself. I'm making this for fun, not for utility.

Planned Features

  • Abstracted Console layer, which hides all the html/DOM context away from everything else, and provides a simple command line interface
  • Program manager, which will keep track of permissions, events, socket.io, etc. for all programs
  • File manager, which implements a global (G:/) drive (for files stored on a database), a persistant (P:/) drive (which persists for a user) and a local (C:/) drive, which exists for the duration of the connection.
  • Shell, which will support most of the windows/linux command line features (flags, switches, operators, streams, etc.)
  • User system, users can create accounts in order to have permissions and a persistant drive.
  • Online Poker game (ported from previous version of this project)
  • Lua environment, including lua repl, and lua env for programs (the programs "nano" and "arm" in the previous verion are written in lua, Starfall to be more exact)

Installation

  • Install Docker
  • Run build.bat / build.sh, depending on your OS (you may need to run chmod +x ./build.sh on linux)

Usage (When complete)

Once running, you'll be able to connect to localhost:5000, you can then run "help" to see all the programs

Dependencies

Other

browser-command-prompt's People

Contributors

samuelwilliams99 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.