NodeJS + Forever Scripts
Install Forever package Download and install forever package/ npm install --save forever Create two files Create a start file. nano /app_dir/start.sh Create a stop file....
Install Forever package Download and install forever package/ npm install --save forever Create two files Create a start file. nano /app_dir/start.sh Create a stop file....
This is the simplest NodeJS server you can create. var port = 8080; var server = "localhost" var http = require('http').createServer( onServerCreatedHandler ); http.listen( port,...
Palm Inc's [https://en.wikipedia.org/wiki/Palm,_Inc.] vision of the future was a mobile web where users could experience an "app" without...
This single-page web app shows you how to publish a map using ArcGIS for mapping, ESRI for publishable data, and a JSON file for custom data. I took...
Step 1 Install Serial lib sudo apt-get install python serial Step 2 Find the RFID reader within Raspberry Pi ls /dev/tty* import time import serial delay = 0...