a lightweight node.js express server for viewing code in the browser with curl support
sudo apt update
sudo apt install nodejs npm -y
cd /path/to/project
npm init -y
npm install express highlight.js
download index.js
to your project folder
node index.js