jst_server.git
5 years agoChange var to let and use arrow functions everywhere
Nick Downing [Sun, 7 Oct 2018 09:22:35 +0000 (20:22 +1100)]
Change var to let and use arrow functions everywhere

5 years agoChange var to let everywhere
Nick Downing [Sun, 7 Oct 2018 09:19:45 +0000 (20:19 +1100)]
Change var to let everywhere

5 years agoGet indexing and search working
Nick Downing [Sun, 7 Oct 2018 07:13:05 +0000 (18:13 +1100)]
Get indexing and search working

5 years agoImplement caches for json and text (svg) files, via a second argument to _req()
Nick Downing [Sun, 7 Oct 2018 04:42:33 +0000 (15:42 +1100)]
Implement caches for json and text (svg) files, via a second argument to _req()

5 years agoImplement caching of less compiled css, including full dependency tracking
Nick Downing [Sun, 7 Oct 2018 04:21:40 +0000 (15:21 +1100)]
Implement caching of less compiled css, including full dependency tracking

5 years agoAdd caching of the compiled js templates
Nick Downing [Sun, 7 Oct 2018 04:10:32 +0000 (15:10 +1100)]
Add caching of the compiled js templates

5 years agoFix minor bugs to get paths working again for js and less rendering
Nick Downing [Sun, 7 Oct 2018 03:14:11 +0000 (14:14 +1100)]
Fix minor bugs to get paths working again for js and less rendering

5 years agoUpdate to jstemplate.git commit 34f5f89, businessdataflow.git commit 2fe99d8
Nick Downing [Sun, 7 Oct 2018 02:32:15 +0000 (13:32 +1100)]
Update to jstemplate.git commit 34f5f89, businessdataflow.git commit 2fe99d8

5 years agoAdd jstemplate and less rendering ability
Nick Downing [Sat, 6 Oct 2018 12:22:07 +0000 (22:22 +1000)]
Add jstemplate and less rendering ability

5 years agoAdd .pub suffix for files or directories that should be served statically
Nick Downing [Sat, 6 Oct 2018 10:41:31 +0000 (20:41 +1000)]
Add .pub suffix for files or directories that should be served statically

5 years agoChange to strict equality, make app function async and use promises, add assertions...
Nick Downing [Sat, 6 Oct 2018 07:25:47 +0000 (17:25 +1000)]
Change to strict equality, make app function async and use promises, add assertions and print stack trace from tryApp() if exception thrown in the async app()

5 years agoAdd config/sites.json with ability to redirect or serve from arbitary file path
Nick Downing [Sat, 6 Oct 2018 06:24:39 +0000 (16:24 +1000)]
Add config/sites.json with ability to redirect or serve from arbitary file path

5 years agoInitial commit: a basic HTTP/HTTPS server, localhost certificate, sample site
Nick Downing [Sat, 6 Oct 2018 02:08:19 +0000 (12:08 +1000)]
Initial commit: a basic HTTP/HTTPS server, localhost certificate, sample site