dthree / vorpal

Node's framework for interactive CLIs
http://vorpal.js.org
MIT License
5.64k stars 280 forks source link

Integrating Vorpal with a browser UI #257

Open mmikitka opened 7 years ago

mmikitka commented 7 years ago

Hello - Is it possible to integrate Vorpal with a browser UI, such that question/prompt definitions and related behaviours are decoupled from the presentation (e.g., CLI, browser)? If so, can you please guide me to the relevant documentation?

Alternatively, can you offer any recommendations on building an app in CLI and browser UI environments with minimal code, focusing on a strong separation of presentation from data and control?

dthree commented 7 years ago

There isn't currently, however in version 2.0 this will definitely be decoupled.