I have been using nano
for my early development musing for the raspberry pi now it is time to find another way. I like WebStorm so let's see how I can deploy a small express app to the raspberry.
from the guide on expressjs
var express = require('express');
var app = express(); . . .
Posted in: cloglearningraspberrypiwebstorm