Skip to content

Commit

Permalink
added comment to srv.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick committed Nov 4, 2016
1 parent a7c6f0f commit dbd4292
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions srv.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/usr/bin/env node
//a webserver that starts the interpreter and serves RIDE for web browsers at https://127.0.0.1:8443/

//We're planning to put such a web server in the interpreter itself - the "zero footprint" version of RIDE.
//Once Bjørn & Morten are satisfied with "zero footprint" RIDE, this file will become unnecessary - please delete it.

'use strict'
const rq=require,express=rq('express'),fs=rq('fs'),log=x=>{console.log(x)},cp=rq('child_process')
if(!fs.existsSync(__dirname+'/_')){log('ERROR: please build ride with "node mk" first');process.exit(1)}
Expand Down

0 comments on commit dbd4292

Please sign in to comment.