jst_server.git
2018-10-08 Nick DowningBreak the main functionality into analytics, config...
2018-10-08 Nick DowningImplement pageviews and unique pageviews counters
2018-10-08 Nick DowningAdd cookies and session tracking
2018-10-07 Nick DowningAdd favicons.zip handling
2018-10-07 Nick DowningMake config/*.json global configuration files be re...
2018-10-07 Nick DowningModularize req() and cache system to req_XXX() that...
2018-10-07 Nick DowningChange var to let and use arrow functions everywhere
2018-10-07 Nick DowningChange var to let everywhere
2018-10-07 Nick DowningGet indexing and search working
2018-10-07 Nick DowningImplement caches for json and text (svg) files, via...
2018-10-07 Nick DowningImplement caching of less compiled css, including full...
2018-10-07 Nick DowningAdd caching of the compiled js templates
2018-10-07 Nick DowningFix minor bugs to get paths working again for js and...
2018-10-07 Nick DowningUpdate to jstemplate.git commit 34f5f89, businessdatafl...
2018-10-06 Nick DowningAdd jstemplate and less rendering ability
2018-10-06 Nick DowningAdd .pub suffix for files or directories that should...
2018-10-06 Nick DowningChange to strict equality, make app function async...
2018-10-06 Nick DowningAdd config/sites.json with ability to redirect or serve...
2018-10-06 Nick DowningInitial commit: a basic HTTP/HTTPS server, localhost...