From 156a8748efcfd1732a9da04cc9cfd4e07125db9f Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Tue, 4 Mar 2014 11:40:27 -0800 Subject: [PATCH] Added models --- client/index.html | 3 + client/js/client.js | 2 +- client/js/models.js | 142 ++++++++++++++++++++++++++++++++++++++++++++ lib/server.js | 7 ++- 4 files changed, 151 insertions(+), 3 deletions(-) create mode 100644 client/js/models.js diff --git a/client/index.html b/client/index.html index 9330d289..f1a7bc58 100644 --- a/client/index.html +++ b/client/index.html @@ -5,7 +5,10 @@ Hello, world. + + +