From 6ea9f65a0b1825216f2cffc3d176f839bf2f1567 Mon Sep 17 00:00:00 2001 From: joates Date: Thu, 18 Sep 2014 02:23:35 +0100 Subject: [PATCH] added basic http server & form input handler (can pipe server stdout into a logfile or we can add a database) --- base.html | 7 ++++--- html/index.html | 6 +++--- server.js | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 6 deletions(-) create mode 100644 server.js diff --git a/base.html b/base.html index 9a5e25e..574f3f3 100644 --- a/base.html +++ b/base.html @@ -23,14 +23,15 @@