topcube

spawn a child webkit window from Node.js

Install

All systems
curl cmd.cat/topcube.sh
Debian Debian
apt-get install node-topcube
Ubuntu
apt-get install node-topcube
Windows (WSL2)
sudo apt-get update sudo apt-get install node-topcube
Raspbian
apt-get install node-topcube

node-topcube

spawn a child webkit window from Node.js

This module allows one to open a webkit window as a child process, with a URL given as parameter. The window can handle: * setting its title to the web page title, if any * handing downloads using gtk file browser * opening external URL, with the help of xdg-open A typical Node.js application can serve the web pages and open a client webkit window to display the GUI and communicate with the server using standard web tools. Node.js is an event-based server-side javascript engine.