All Projects → a7ul → console-web-ui

a7ul / console-web-ui

Licence: other
Examples to show case how to build web based UI (that can be invoked using curl) for console applications using Javascript(NodeJS)

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to console-web-ui

hyperConsole
Experiment with JS libraries with your browser's console
Stars: ✭ 18 (-35.71%)
Mutual labels:  console, experiment
t-rex-game-bot
A bot that plays the Google Chrome T-Rex game for you
Stars: ✭ 60 (+114.29%)
Mutual labels:  console
Terminal
The new Windows Terminal and the original Windows console host, all in the same place!
Stars: ✭ 79,371 (+283367.86%)
Mutual labels:  console
caracara
GEUT LABS. An experimental Dat based collaborative editor.
Stars: ✭ 33 (+17.86%)
Mutual labels:  experiment
hb-config
hb-config: easy to configure your python project especially Deep Learning experiments
Stars: ✭ 21 (-25%)
Mutual labels:  experiment
capybara-chromedriver-logger
Enables console.log/error/info output from Javascript feature specs running with Chromedriver
Stars: ✭ 54 (+92.86%)
Mutual labels:  console
Wpm
Typeracer-like console app for measuring your WPM
Stars: ✭ 249 (+789.29%)
Mutual labels:  console
teletype.js
A hyper-text terminal for web browsers.
Stars: ✭ 18 (-35.71%)
Mutual labels:  console
tty-screen
Terminal screen detection - cross platform, major ruby interpreters
Stars: ✭ 78 (+178.57%)
Mutual labels:  console
GetConsoleHistoryAndOutput
An Incident Response tool to extract console command history and screen output buffer
Stars: ✭ 41 (+46.43%)
Mutual labels:  console
rainbow-explorer
🌈 A 20kb Preact & Redux based Progressive Web App that translates real life color to digital color.
Stars: ✭ 26 (-7.14%)
Mutual labels:  experiment
iter8
Kubernetes release optimizer
Stars: ✭ 217 (+675%)
Mutual labels:  experiment
pelt-testing
A library testing for python, this package allows us to test algorithms and generate test data.
Stars: ✭ 14 (-50%)
Mutual labels:  console
nodegame-server
nodeGame server for the browser and node.js
Stars: ✭ 17 (-39.29%)
Mutual labels:  experiment
strip-ansi-stream
Strip ANSI escape codes
Stars: ✭ 32 (+14.29%)
Mutual labels:  console
Console Kit
💻 APIs for creating interactive CLI tools.
Stars: ✭ 252 (+800%)
Mutual labels:  console
dango-tribute
👀
Stars: ✭ 20 (-28.57%)
Mutual labels:  experiment
kube-design
Kube Design for KubeSphere Console
Stars: ✭ 88 (+214.29%)
Mutual labels:  console
fancyline
Readline-esque library with fancy features
Stars: ✭ 72 (+157.14%)
Mutual labels:  console
TypeEdge
TypeEdge is a strongly-typed development experience for Azure IoT Edge.
Stars: ✭ 15 (-46.43%)
Mutual labels:  experiment

console-web-ui

Examples to show case how to build web based UI (that can be invoked using curl) for console applications using Javascript(NodeJS).

Blog post: https://medium.com/@atulanand94/building-web-based-uis-for-terminals-using-javascript-60b5eee31213

Demo version:

It is hosted on heroku here:

https://console-web-ui.herokuapp.com/

To run locally:

  1. git clone this repo
  2. npm install
  3. npm start

This should launch the server in port:3000

After that open another terminal and do:

Simple Example

curl http://localhost:3000/hello/

or

wget -q -O - http://localhost:3000/hello/

Animated Example

curl http://localhost:3000/anime-hello/

or

wget -q -O - http://localhost:3000/anime-hello/


Also, you can check out my other console web service here:

http://byemck.atulr.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].