Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
litespeed_wiki:nodejs_setup [2014/08/07 14:55]
Michael Armstrong [Setting Up Node.js]
litespeed_wiki:nodejs_setup [2014/08/07 14:56]
Michael Armstrong [Add Your Node.js Files]
Line 22: Line 22:
   make install   make install
  
-===== Add Your Node.js ​Files =====+===== Add Your Node.js ​Application ​=====
  
 For the rest of this wiki, we will be using the example Node.js web server ''​example.js''​ found on [[http://​nodejs.org/​|Node.js'​s homepage]]. This web server runs on port 1337 and responds with "Hello World" to every request. For the rest of this wiki, we will be using the example Node.js web server ''​example.js''​ found on [[http://​nodejs.org/​|Node.js'​s homepage]]. This web server runs on port 1337 and responds with "Hello World" to every request.