runtimejs / runtime

[not maintained] Lightweight JavaScript library operating system for the cloud
http://runtimejs.org
Apache License 2.0
1.93k stars 128 forks source link

Proposal: Include JSConf '14 demo examples under the RuntimeJS github organization #154

Closed austinfrey closed 6 years ago

austinfrey commented 7 years ago

@iefserge the demo examples, specifically the command line examples like ls and echo were really interesting. Any chance those could be added under the runtimeJS organization on GitHub?

iefserge commented 7 years ago

They were removed because runtime no longer attempts to implement Unix-like shell and utilities, instead they can be added as an external modules. It's a large chunk of work to fully implement those commands.